Revision: 369 Author: ntrel Date: 2006-05-26 10:27:25 -0700 (Fri, 26 May 2006) ViewCVS: http://svn.sourceforge.net/geany/?rev=369&view=rev
Log Message: ----------- Remove Replace dialog set default reponse
Modified Paths: -------------- trunk/src/dialogs.c Modified: trunk/src/dialogs.c =================================================================== --- trunk/src/dialogs.c 2006-05-26 17:11:41 UTC (rev 368) +++ trunk/src/dialogs.c 2006-05-26 17:27:25 UTC (rev 369) @@ -919,8 +919,6 @@ gtk_widget_show(button); gtk_dialog_add_action_widget(GTK_DIALOG(app->replace_dialog), button, GEANY_RESPONSE_REPLACE); - gtk_dialog_set_default_response(GTK_DIALOG(app->replace_dialog), - GEANY_RESPONSE_REPLACE);
label_find = gtk_label_new(_("Enter the search text here")); gtk_misc_set_padding(GTK_MISC(label_find), 0, 6);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.