Author: jasper
Date: 2008-01-06 13:27:13 +0000 (Sun, 06 Jan 2008)
New Revision: 26548
Modified:
xfce4-appfinder/trunk/ChangeLog
xfce4-appfinder/trunk/src/appfinder.c
Log:
Don't take away focus on filter entry when selecting another category.
Modified: xfce4-appfinder/trunk/ChangeLog
===================================================================
--- xfce4-appfinder/trunk/ChangeLog 2008-01-06 00:11:33 UTC (rev 26547)
+++ xfce4-appfinder/trunk/ChangeLog 2008-01-06 13:27:13 UTC (rev 26548)
@@ -1,3 +1,8 @@
+2008-01-06 14:27 jasper
+
+ * src/appfinder.c: Don't take away focus on filter entry when
+ selecting another category.
+
2008-01-05 16:35 jasper
* configure.ac.in: Add svn revision to the version.
Modified: xfce4-appfinder/trunk/src/appfinder.c
===================================================================
--- xfce4-appfinder/trunk/src/appfinder.c 2008-01-06 00:11:33 UTC (rev
26547)
+++ xfce4-appfinder/trunk/src/appfinder.c 2008-01-06 13:27:13 UTC (rev
26548)
@@ -200,6 +200,7 @@
radiobutton_all = gtk_radio_button_new_with_label (NULL, _("All"));
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (radiobutton_all), TRUE);
+ gtk_button_set_focus_on_click (GTK_BUTTON (radiobutton_all), FALSE);
gtk_widget_show (radiobutton_all);
gtk_box_pack_start (GTK_BOX (category_box), radiobutton_all, FALSE, FALSE,
0);
@@ -690,6 +691,7 @@
GtkWidget *label;
rb = gtk_radio_button_new_from_widget (GTK_RADIO_BUTTON (radiobutton_all));
+ gtk_button_set_focus_on_click (GTK_BUTTON (rb), FALSE);
gtk_widget_show (rb);
gtk_box_pack_start (GTK_BOX (category_box), rb, FALSE, FALSE, 0);
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits