[gnome-games] gtk_statusbar_set_has_resize_grip removal



commit 2898f645007b7e7073ecf9e0c119a9d6612c9870
Author: Thomas Hindoe Paaboel Andersen <phomes gmail com>
Date:   Thu Nov 11 18:37:34 2010 +0100

    gtk_statusbar_set_has_resize_grip removal

 gnobots2/statusbar.c  |    1 -
 gnotravex/gnotravex.c |    1 -
 mahjongg/mahjongg.c   |    1 -
 3 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/gnobots2/statusbar.c b/gnobots2/statusbar.c
index 4ef7419..e627bc1 100644
--- a/gnobots2/statusbar.c
+++ b/gnobots2/statusbar.c
@@ -106,7 +106,6 @@ gnobots_statusbar_new (void)
   gtk_widget_show (sbtbl);
 
   statusbar = gtk_statusbar_new ();
-  gtk_statusbar_set_has_resize_grip (GTK_STATUSBAR (statusbar), FALSE);
   gtk_box_pack_start (GTK_BOX (statusbar), sbtbl, FALSE, FALSE, 0);
 
   show_both = TRUE;
diff --git a/gnotravex/gnotravex.c b/gnotravex/gnotravex.c
index 7a78c6d..6ddd7ff 100644
--- a/gnotravex/gnotravex.c
+++ b/gnotravex/gnotravex.c
@@ -1459,7 +1459,6 @@ create_statusbar (void)
   gtk_box_pack_start (GTK_BOX (time_box), timer, FALSE, FALSE, 0);
 
   status_bar = gtk_statusbar_new ();
-  gtk_statusbar_set_has_resize_grip (GTK_STATUSBAR (status_bar), FALSE);
   gtk_box_pack_start (GTK_BOX (status_bar), time_box, FALSE, FALSE, 0);
 
   return status_bar;
diff --git a/mahjongg/mahjongg.c b/mahjongg/mahjongg.c
index f722fec..8709651 100644
--- a/mahjongg/mahjongg.c
+++ b/mahjongg/mahjongg.c
@@ -1428,7 +1428,6 @@ main (int argc, char *argv[])
   ui_manager = gtk_ui_manager_new ();
 
   games_stock_prepare_for_statusbar_tooltips (ui_manager, statusbar);
-  gtk_statusbar_set_has_resize_grip (GTK_STATUSBAR (statusbar), FALSE);
 
   create_menus (ui_manager);
   accel_group = gtk_ui_manager_get_accel_group (ui_manager);  



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]