[brasero] There are no statusbar resize grips since Gtk+ 2.91.1



commit 51498781f65c4488bf1b86de96b9c52da3173a3b
Author: Andreas Henriksson <andreas fatal se>
Date:   Mon Oct 11 15:18:11 2010 +0200

    There are no statusbar resize grips since Gtk+ 2.91.1
    
    Resize grip handling was moved from statusbar to window in Gtk+ 2.91.1.
    
    There's one place where brasero uses 2 status bars, and disables
    the resize grip in one of them.
    
    Remove this code since it will not needed with Gtk+ 3, which brasero
    will require in the future, as discussed with Luis Medinas.
    
    See also:
    "Add resize grips to GtkWindow"
    http://git.gnome.org/browse/gtk+/commit/?id=f6347baf648fb5b7486354fd800b28bdf571f731
    
    "Remove resize grip handling from GtkStatusbar"
    http://git.gnome.org/browse/gtk+/commit/?id=b04bceb47e8503658481fcca44f90dae6ad65457
    
    "Add a migration guide section about resize grips"
    http://git.gnome.org/browse/gtk+/commit/?id=f8490e425f2c76533bc1733989d176c8a5ca06f7

 src/brasero-app.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/brasero-app.c b/src/brasero-app.c
index 6777f0f..8569fa0 100644
--- a/src/brasero-app.c
+++ b/src/brasero-app.c
@@ -1945,7 +1945,6 @@ brasero_app_create_mainwin (BraseroApp *app)
 	priv->statusbar2 = gtk_statusbar_new ();
 	gtk_widget_show (priv->statusbar2);
 	priv->tooltip_ctx = gtk_statusbar_get_context_id (GTK_STATUSBAR (priv->statusbar2), "tooltip_info");
-	gtk_statusbar_set_has_resize_grip (GTK_STATUSBAR (priv->statusbar2), FALSE);
 	gtk_box_pack_start (GTK_BOX (hbox), priv->statusbar2, FALSE, TRUE, 0);
 
 	priv->statusbar1 = gtk_statusbar_new ();



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