diff audacious/prefswin.c @ 1388:b8e521f642e4 trunk

[svn] - when the playlist page of the preferences window is shown, the checkbox for filepopup follows the popup menu now. - tweaks descriptions (s/song/entry/).
author yaz
date Mon, 10 Jul 2006 06:41:11 -0700
parents 44999439a185
children 878c7f8d0a8c
line wrap: on
line diff
--- a/audacious/prefswin.c	Mon Jul 10 04:52:51 2006 -0700
+++ b/audacious/prefswin.c	Mon Jul 10 06:41:11 2006 -0700
@@ -92,6 +92,7 @@
 static GtkWidget *prefswin = NULL;
 static GtkWidget *category_treeview = NULL;
 static GtkWidget *category_notebook = NULL;
+GtkWidget *filepopupbutton = NULL;
 
 static Category categories[] = {
     {DATA_DIR "/images/appearance.png", N_("Appearance"), 1},
@@ -2012,6 +2013,7 @@
 on_show_filepopup_for_tuple_realize(GtkToggleButton * button, gpointer data)
 {
     gtk_toggle_button_set_active(button, cfg.show_filepopup_for_tuple);
+    filepopupbutton = (GtkWidget *)button;
 }
 
 static void