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

commit 55ce061751ca71aa412f5c4c7402d6390ec7e344
Author: Sean Davis <smd.seanda...@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
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to