epiphany r8373 - branches/gnome-2-24/src



Author: cosimoc
Date: Fri Aug  1 14:07:12 2008
New Revision: 8373
URL: http://svn.gnome.org/viewvc/epiphany?rev=8373&view=rev

Log:
Bug #328710. Re-focus the "Remove" button after the selection has been deleted.


Modified:
   branches/gnome-2-24/src/pdm-dialog.c

Modified: branches/gnome-2-24/src/pdm-dialog.c
==============================================================================
--- branches/gnome-2-24/src/pdm-dialog.c	(original)
+++ branches/gnome-2-24/src/pdm-dialog.c	Fri Aug  1 14:07:12 2008
@@ -547,6 +547,9 @@
 				     PdmActionInfo *action)
 {
 	pdm_cmd_delete_selection (action);
+
+	/* Restore the focus to the button */
+	gtk_widget_grab_focus (button);
 }
 
 static void



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]