Fix wrong default response for the Debug Messages dialog.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4725 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
49dff98485
commit
4edb42870d
@ -5,6 +5,8 @@
|
||||
* geany.glade, doc/geany.txt, doc/geany.html, src/editor.c,
|
||||
src/editor.h, src/interface.c, src/keyfile.c, src/plugindata.h:
|
||||
Add preference for virtual spaces.
|
||||
* src/log.c:
|
||||
Fix wrong default response for the Debug Messages dialog.
|
||||
|
||||
|
||||
2010-03-05 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
|
||||
|
||||
@ -187,7 +187,7 @@ void log_show_debug_messages_dialog(void)
|
||||
gtk_widget_set_name(dialog, "GeanyDialog");
|
||||
|
||||
gtk_window_set_default_size(GTK_WINDOW(dialog), 550, 300);
|
||||
gtk_dialog_set_default_response(GTK_DIALOG(dialog), GTK_RESPONSE_CANCEL);
|
||||
gtk_dialog_set_default_response(GTK_DIALOG(dialog), GTK_RESPONSE_CLOSE);
|
||||
|
||||
textview = gtk_text_view_new();
|
||||
dialog_textbuffer = gtk_text_view_get_buffer(GTK_TEXT_VIEW(textview));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user