aboutsummaryrefslogtreecommitdiff
path: root/src/progressdialog.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-06-13 06:45:42 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-06-13 06:45:42 +0000
commitc5729a052d290a9020633a299f808285929f1d43 (patch)
treedea0b61f2b75938336eaab6551af456e5b298899 /src/progressdialog.c
parent846b9a17be80cfe85d6fdbeb063cedf719e76c60 (diff)
included server name in the receive error dialog.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3090 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/progressdialog.c')
-rw-r--r--src/progressdialog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/progressdialog.c b/src/progressdialog.c
index e650d504..58cc1713 100644
--- a/src/progressdialog.c
+++ b/src/progressdialog.c
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2009 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2012 Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -99,7 +99,7 @@ ProgressDialog *progress_dialog_create(void)
(_("Status"), renderer, "text", PROG_COL_STATUS, NULL);
gtk_tree_view_column_set_resizable(column, TRUE);
gtk_tree_view_column_set_sizing(column, GTK_TREE_VIEW_COLUMN_FIXED);
- gtk_tree_view_column_set_fixed_width(column, 80);
+ gtk_tree_view_column_set_fixed_width(column, 100);
gtk_tree_view_append_column(GTK_TREE_VIEW(treeview), column);
renderer = gtk_cell_renderer_text_new();