epiphany r8372 - trunk/src



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

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


Modified:
   trunk/src/pdm-dialog.c

Modified: trunk/src/pdm-dialog.c
==============================================================================
--- trunk/src/pdm-dialog.c	(original)
+++ trunk/src/pdm-dialog.c	Fri Aug  1 13:10:07 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]