[Xfce4-commits] <parole:bluesabre/gtk3> Fix playlist settings button

Sean Davis noreply at xfce.org
Mon Sep 2 01:44:01 CEST 2013


Updating branch refs/heads/bluesabre/gtk3
         to feeff0de0af6f64633280475b60e9d876a1970ab (commit)
       from ff1820f7add4af001d5e9fccbc6d4e3f399687f7 (commit)

commit feeff0de0af6f64633280475b60e9d876a1970ab
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Sun Sep 1 19:42:57 2013 -0400

    Fix playlist settings button

 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 b787e2c..6d05f7a 100644
--- a/src/parole-medialist.c
+++ b/src/parole-medialist.c
@@ -1221,7 +1221,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_button_set_active( GTK_TOGGLE_BUTTON( widget ), FALSE );
+    gtk_toggle_tool_button_set_active( GTK_TOGGLE_TOOL_BUTTON( widget ), FALSE );
 }
 
 static void


More information about the Xfce4-commits mailing list