aboutsummaryrefslogtreecommitdiff
path: root/src/statusbar.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/statusbar.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/statusbar.c')
-rw-r--r--src/statusbar.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/statusbar.c b/src/statusbar.c
index f255aa61..63bdd8e0 100644
--- a/src/statusbar.c
+++ b/src/statusbar.c
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999,2000 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2005 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
@@ -40,7 +40,6 @@ GtkWidget *statusbar_create(void)
statusbar = gtk_statusbar_new();
gtk_widget_set_size_request(statusbar, 1, -1);
- gtk_statusbar_set_has_resize_grip(GTK_STATUSBAR(statusbar), FALSE);
statusbar_list = g_list_append(statusbar_list, statusbar);
return statusbar;