Kaydet (Commit) 89993492 authored tarafından Enrico Tröger's avatar Enrico Tröger

Made preferences dialog transient for the main window.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@428 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 5aab71bb
......@@ -3,7 +3,8 @@
* src/main.c: Made command line options translatable, hide compiler
message treeview under Win32.
* src/filetypes.c: Added additional patterns to detect configure
scripts as Shell scripts
scripts as Shell scripts.
* src/dialogs.c: Made preferences dialog transient for the main window
2006-06-08 Enrico Troeger <enrico.troeger@uvena.de>
......
......@@ -1648,6 +1648,7 @@ void dialogs_show_prefs_dialog(void)
#endif
app->prefs_dialog = create_prefs_dialog();
gtk_window_set_transient_for(GTK_WINDOW(app->prefs_dialog), GTK_WINDOW(app->window));
#ifdef HAVE_VTE
if (app->have_vte)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment