[Xfce4-commits] <parole:bluesabre/gtk3> Fix toolbutton error

Sean Davis noreply at xfce.org
Sun Aug 25 06:04:01 CEST 2013


Updating branch refs/heads/bluesabre/gtk3
         to 55ce061751ca71aa412f5c4c7402d6390ec7e344 (commit)
       from 1f20a784163bb67eb62e87866a70a025b68cd4e3 (commit)

commit 55ce061751ca71aa412f5c4c7402d6390ec7e344
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Sun Aug 25 00:03:33 2013 -0400

    Fix toolbutton error

 src/parole-medialist.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/parole-medialist.c b/src/parole-medialist.c
index 9f09a6c..721a519 100644
--- a/src/parole-medialist.c
+++ b/src/parole-medialist.c
@@ -1244,7 +1244,7 @@ parole_media_list_menu_pos (GtkMenu *menu, gint *px, gint *py, gboolean *push_in
 static void
 parole_media_list_hide_menu (GtkWidget *widget)
 {
-    gtk_toggle_tool_button_set_active( GTK_TOGGLE_TOOL_BUTTON( widget ), FALSE );
+    gtk_toggle_button_set_active( GTK_TOGGLE_BUTTON( widget ), FALSE );
 }
 
 static void


More information about the Xfce4-commits mailing list