aboutsummaryrefslogtreecommitdiffstats
path: root/mail/folder-browser.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-01-11 03:42:20 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-01-11 03:42:20 +0800
commit4a8c1c7323bbde12c2213228f272cdaf5f5039ab (patch)
tree3da90373bdf525b624c7a232e8947327e6932e88 /mail/folder-browser.h
parent794ff9b52787ef07f2750481c3f4934bd07c5dd1 (diff)
downloadgsoc2013-evolution-4a8c1c7323bbde12c2213228f272cdaf5f5039ab.tar
gsoc2013-evolution-4a8c1c7323bbde12c2213228f272cdaf5f5039ab.tar.gz
gsoc2013-evolution-4a8c1c7323bbde12c2213228f272cdaf5f5039ab.tar.bz2
gsoc2013-evolution-4a8c1c7323bbde12c2213228f272cdaf5f5039ab.tar.lz
gsoc2013-evolution-4a8c1c7323bbde12c2213228f272cdaf5f5039ab.tar.xz
gsoc2013-evolution-4a8c1c7323bbde12c2213228f272cdaf5f5039ab.tar.zst
gsoc2013-evolution-4a8c1c7323bbde12c2213228f272cdaf5f5039ab.zip
Updated for function rename.
2003-01-10 Jeffrey Stedfast <fejj@ximian.com> * component-factory.c (factory): Updated for function rename. * mail-config-factory.c (mail_config_control_factory_cb): Namespaced the function name. * folder-browser-ui.c (folder_browser_ui_add_global): Don't add the listener for show_preview here, it was moved into folder-browser.c so we could detach the listener when the folder-browser is destroyed. Also prevents a listener being added multiple times (which was possible? before). * folder-browser.c (folder_browser_destroy): Remove the gconf notify handler for show_preview. (show_preview_changed): Moved here from folder-browser-ui.c svn path=/trunk/; revision=19408
Diffstat (limited to 'mail/folder-browser.h')
-rw-r--r--mail/folder-browser.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/folder-browser.h b/mail/folder-browser.h
index f50a1230de..4758937c90 100644
--- a/mail/folder-browser.h
+++ b/mail/folder-browser.h
@@ -59,9 +59,11 @@ struct _FolderBrowser {
guint loading_id;
guint seen_id;
- gulong resize_id;
+ gulong paned_resize_id;
guint paned_size_notify_id;
-
+
+ guint show_preview_notify_id;
+
/* a folder we are expunging, dont use other than to compare the pointer value */
CamelFolder *expunging;