Revision: 141 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=141&view=rev Author: frlan Date: 2008-08-13 19:02:32 +0000 (Wed, 13 Aug 2008)
Log Message: ----------- GeanyVC: Applied a patch by Enrico to set focus in the commit dialog into the commit message textview
Modified Paths: -------------- trunk/geanyvc/geanyvc.c
Modified: trunk/geanyvc/geanyvc.c =================================================================== --- trunk/geanyvc/geanyvc.c 2008-08-08 18:10:53 UTC (rev 140) +++ trunk/geanyvc/geanyvc.c 2008-08-13 19:02:32 UTC (rev 141) @@ -1369,6 +1369,9 @@ } #endif
+ /* put the input focus to the commit message text view */ + gtk_widget_grab_focus(messageView); + result = gtk_dialog_run(GTK_DIALOG(commit)); if (result == GTK_RESPONSE_APPLY) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.