Revision: 428 Author: eht16 Date: 2006-06-10 09:22:51 -0700 (Sat, 10 Jun 2006) ViewCVS: http://svn.sourceforge.net/geany/?rev=428&view=rev
Log Message: ----------- Made preferences dialog transient for the main window.
Modified Paths: -------------- trunk/ChangeLog trunk/src/dialogs.c Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2006-06-10 14:38:45 UTC (rev 427) +++ trunk/ChangeLog 2006-06-10 16:22:51 UTC (rev 428) @@ -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
Modified: trunk/src/dialogs.c =================================================================== --- trunk/src/dialogs.c 2006-06-10 14:38:45 UTC (rev 427) +++ trunk/src/dialogs.c 2006-06-10 16:22:51 UTC (rev 428) @@ -1648,6 +1648,7 @@ #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)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.