aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/e-contact-save-as.h
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2002-06-16 07:12:25 +0800
committerChris Toshok <toshok@src.gnome.org>2002-06-16 07:12:25 +0800
commit2bd24323a173fef77a5048ecd6265e570070b088 (patch)
tree7ab4a2acdd2eef7ba5c5fd2d13e93b660d284927 /addressbook/gui/contact-editor/e-contact-save-as.h
parent50bf7290e804bd34f5780bf70276fa225fa000e2 (diff)
downloadgsoc2013-evolution-2bd24323a173fef77a5048ecd6265e570070b088.tar
gsoc2013-evolution-2bd24323a173fef77a5048ecd6265e570070b088.tar.gz
gsoc2013-evolution-2bd24323a173fef77a5048ecd6265e570070b088.tar.bz2
gsoc2013-evolution-2bd24323a173fef77a5048ecd6265e570070b088.tar.lz
gsoc2013-evolution-2bd24323a173fef77a5048ecd6265e570070b088.tar.xz
gsoc2013-evolution-2bd24323a173fef77a5048ecd6265e570070b088.tar.zst
gsoc2013-evolution-2bd24323a173fef77a5048ecd6265e570070b088.zip
[ fixes bug #26130 ] pass ce->app as parent_window.
2002-06-15 Chris Toshok <toshok@ximian.com> [ fixes bug #26130 ] * gui/contact-editor/e-contact-editor.c (file_save_as_cb): pass ce->app as parent_window. * gui/contact-list-editor/e-contact-list-editor.c (file_save_as_cb): same . * gui/contact-editor/e-contact-save-as.c (e_contact_list_save_as): if a parent_window is specified, the file selector should be modal/transient for that window. (e_contact_save_as): same. * gui/contact-editor/e-contact-save-as.h: track prototype changes (addition of GtkWindow *parent_window to both calls.) svn path=/trunk/; revision=17199
Diffstat (limited to 'addressbook/gui/contact-editor/e-contact-save-as.h')
-rw-r--r--addressbook/gui/contact-editor/e-contact-save-as.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-save-as.h b/addressbook/gui/contact-editor/e-contact-save-as.h
index b97d25ee3a..66d1e8bad9 100644
--- a/addressbook/gui/contact-editor/e-contact-save-as.h
+++ b/addressbook/gui/contact-editor/e-contact-save-as.h
@@ -29,10 +29,8 @@ extern "C" {
#pragma }
#endif /* __cplusplus */
-void
-e_contact_save_as(gchar *title, ECard *card);
-void
-e_contact_list_save_as(gchar *title, GList *list);
+void e_contact_save_as (gchar *title, ECard *card, GtkWindow *parent_window);
+void e_contact_list_save_as (gchar *title, GList *list, GtkWindow *parent_window);
#ifdef __cplusplus
}