diff options
author | Chris Toshok <toshok@ximian.com> | 2002-12-19 10:23:44 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-12-19 10:23:44 +0800 |
commit | be8b72f96374ec259a161750a3d3ed0cd48cefbc (patch) | |
tree | 2521266b715ec74043652b3fc6251ffb65f70295 /widgets/menus/gal-view-new-dialog.c | |
parent | 7bd2b9cf14e7f0bf211aab839342523cf6f21752 (diff) | |
download | gsoc2013-evolution-be8b72f96374ec259a161750a3d3ed0cd48cefbc.tar.gz gsoc2013-evolution-be8b72f96374ec259a161750a3d3ed0cd48cefbc.tar.zst gsoc2013-evolution-be8b72f96374ec259a161750a3d3ed0cd48cefbc.zip |
add the parent arg.
2002-12-18 Chris Toshok <toshok@ximian.com>
* gal-view.[ch] (gal_view_edit): add the parent arg.
* gal-view-new-dialog.c (gal_view_new_dialog_init): set the dialog
modal.
* gal-view-etable.c (gal_view_etable_edit): take the parent arg
and pass it to e_table_config_new.
* gal-define-views-dialog.c (gdvd_button_new_dialog_callback):
pass the dialog as the parent to gal_view_edit.
(gdvd_button_modify_callback): same.
(gdvd_button_new_callback): set view_new_dialog transient for
dialog.
svn path=/trunk/; revision=19164
Diffstat (limited to 'widgets/menus/gal-view-new-dialog.c')
-rw-r--r-- | widgets/menus/gal-view-new-dialog.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/menus/gal-view-new-dialog.c b/widgets/menus/gal-view-new-dialog.c index ca4fcdd074..bb81afdd4d 100644 --- a/widgets/menus/gal-view-new-dialog.c +++ b/widgets/menus/gal-view-new-dialog.c @@ -104,6 +104,7 @@ gal_view_new_dialog_init (GalViewNewDialog *dialog) NULL); gtk_window_set_policy(GTK_WINDOW(dialog), FALSE, TRUE, FALSE); + gtk_window_set_modal (GTK_WINDOW(dialog), TRUE); dialog->collection = NULL; dialog->selected_factory = NULL; |