aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-composer-utils.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2014-03-19 22:19:38 +0800
committerMatthew Barnes <mbarnes@redhat.com>2014-03-27 08:24:33 +0800
commit76247306741e88fdb92780989751fc42c65c231a (patch)
tree38d1a6ee1c6de3b3063f545058adb5e408759d6b /mail/em-composer-utils.c
parentc70e8e9ea2b9b4319e6b2f6f5b31bbbfbffe9c91 (diff)
downloadgsoc2013-evolution-76247306741e88fdb92780989751fc42c65c231a.tar
gsoc2013-evolution-76247306741e88fdb92780989751fc42c65c231a.tar.gz
gsoc2013-evolution-76247306741e88fdb92780989751fc42c65c231a.tar.bz2
gsoc2013-evolution-76247306741e88fdb92780989751fc42c65c231a.tar.lz
gsoc2013-evolution-76247306741e88fdb92780989751fc42c65c231a.tar.xz
gsoc2013-evolution-76247306741e88fdb92780989751fc42c65c231a.tar.zst
gsoc2013-evolution-76247306741e88fdb92780989751fc42c65c231a.zip
EMFolderSelector: Add a "default-button-label" property.
Replaces the 'oklabel' argument when creating a new dialog, and can be changed after the dialog is created. This makes EMFolderSelector a little more "subclassable".
Diffstat (limited to 'mail/em-composer-utils.c')
-rw-r--r--mail/em-composer-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-composer-utils.c b/mail/em-composer-utils.c
index 7cc8fa5e8f..c8f57f064a 100644
--- a/mail/em-composer-utils.c
+++ b/mail/em-composer-utils.c
@@ -3037,7 +3037,7 @@ post_header_clicked_cb (EComposerPostHeader *header,
dialog = em_folder_selector_new (
/* FIXME GTK_WINDOW (composer) */ NULL,
- model, _("Posting destination"), NULL);
+ model, _("Posting destination"));
selector = EM_FOLDER_SELECTOR (dialog);
em_folder_selector_set_can_create (selector, TRUE);