diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-10-18 17:58:29 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-10-18 17:58:29 +0800 |
commit | c9c7d379de1d9f7c2a219c5cd64df7a630e6519f (patch) | |
tree | 6b021ca9c1d05358fe8567267c52a606c44f4edf /calendar/gui/e-calendar-view.c | |
parent | c6aa38887fdc08b37722cda83991346588612ecd (diff) | |
download | gsoc2013-evolution-c9c7d379de1d9f7c2a219c5cd64df7a630e6519f.tar.gz gsoc2013-evolution-c9c7d379de1d9f7c2a219c5cd64df7a630e6519f.tar.zst gsoc2013-evolution-c9c7d379de1d9f7c2a219c5cd64df7a630e6519f.zip |
Committing the patch to add menu items in attachment bar.
svn path=/trunk/; revision=30525
Diffstat (limited to 'calendar/gui/e-calendar-view.c')
-rw-r--r-- | calendar/gui/e-calendar-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-calendar-view.c b/calendar/gui/e-calendar-view.c index 81420ceb14..f2324da1f7 100644 --- a/calendar/gui/e-calendar-view.c +++ b/calendar/gui/e-calendar-view.c @@ -1123,7 +1123,7 @@ on_save_as (EPopup *ep, EPopupItem *pitem, void *data) if (!selected) return; - filename = e_file_dialog_save (_("Save as...")); + filename = e_file_dialog_save (_("Save as..."), NULL); if (filename == NULL) return; |