diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-12-19 05:41:00 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-12-19 05:41:00 +0800 |
commit | 2a771c37303b4d56e7c7462c1e7dec68b4508293 (patch) | |
tree | b7266162b2cf2d88e10d44ee210a881ad7f257db /mail/em-subscribe-editor.h | |
parent | 085aca4a852917a1278440a86fae21111bd8fd9d (diff) | |
download | gsoc2013-evolution-2a771c37303b4d56e7c7462c1e7dec68b4508293.tar.gz gsoc2013-evolution-2a771c37303b4d56e7c7462c1e7dec68b4508293.tar.zst gsoc2013-evolution-2a771c37303b4d56e7c7462c1e7dec68b4508293.zip |
Implement yet more mail actions.
svn path=/branches/kill-bonobo/; revision=36918
Diffstat (limited to 'mail/em-subscribe-editor.h')
-rw-r--r-- | mail/em-subscribe-editor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-subscribe-editor.h b/mail/em-subscribe-editor.h index aa9c9a2c2d..5e6f4f5e4a 100644 --- a/mail/em-subscribe-editor.h +++ b/mail/em-subscribe-editor.h @@ -23,6 +23,6 @@ #include <gtk/gtk.h> -GtkDialog *em_subscribe_editor_new(void); +GtkWidget *em_subscribe_editor_new(void); #endif /* ! _EM_SUBSCRIBE_EDITOR_H */ |