aboutsummaryrefslogtreecommitdiff
path: root/src/summaryview.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-20 08:47:36 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-20 08:47:36 +0000
commitda881bdaac99a26615b4022044d6d18ba0428b0b (patch)
tree130cc6cc3eaa062bba82fefde77c6982be5890f4 /src/summaryview.c
parentb77806dd5366925918fda2068a4695bc76d00623 (diff)
restored the resize grip of the main statusbar.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@23 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/summaryview.c')
-rw-r--r--src/summaryview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/summaryview.c b/src/summaryview.c
index d66ba5bd..fb006d83 100644
--- a/src/summaryview.c
+++ b/src/summaryview.c
@@ -77,7 +77,7 @@
{ \
gtk_statusbar_push(GTK_STATUSBAR(mainwin->statusbar), \
mainwin->summaryview_cid, str); \
- gtkut_widget_wait_for_draw(mainwin->hbox_stat); \
+ gtkut_widget_wait_for_draw(mainwin->statusbar); \
}
#define STATUSBAR_POP(mainwin) \