aboutsummaryrefslogtreecommitdiff
path: root/src/statusbar.c
diff options
context:
space:
mode:
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;