diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-10-18 17:57:20 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-10-18 17:57:20 +0800 |
commit | c6aa38887fdc08b37722cda83991346588612ecd (patch) | |
tree | 3a8e4d83861eb8ad4997c5a285c730746ab96b3d /e-util/e-dialog-utils.h | |
parent | ecc167430b4a2fd2f9418ef753da62a9f1aab891 (diff) | |
download | gsoc2013-evolution-c6aa38887fdc08b37722cda83991346588612ecd.tar.gz gsoc2013-evolution-c6aa38887fdc08b37722cda83991346588612ecd.tar.zst gsoc2013-evolution-c6aa38887fdc08b37722cda83991346588612ecd.zip |
Commiting the patch for showing menu items in calendar attachment bar.
svn path=/trunk/; revision=30524
Diffstat (limited to 'e-util/e-dialog-utils.h')
-rw-r--r-- | e-util/e-dialog-utils.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/e-util/e-dialog-utils.h b/e-util/e-dialog-utils.h index 6e6cff8fb9..6ae3a2ec23 100644 --- a/e-util/e-dialog-utils.h +++ b/e-util/e-dialog-utils.h @@ -39,7 +39,9 @@ void e_dialog_set_transient_for (GtkWindow *dialog, void e_dialog_set_transient_for_xid (GtkWindow *dialog, GdkNativeWindow xid); -char *e_file_dialog_save (const char *title); +char *e_file_dialog_save (const char *title, const char *fname); + +char *e_file_dialog_save_folder (const char *title); #endif |