diff options
author | Michael Meeks <michael@helixcode.com> | 2000-08-04 10:00:02 +0800 |
---|---|---|
committer | Michael Meeks <mmeeks@src.gnome.org> | 2000-08-04 10:00:02 +0800 |
commit | 8ec2a002e8f98c11836ca0fd0924d84a65018908 (patch) | |
tree | 4ade1439eaddeaa88b25c3e97899ae84f3853fec /mail/folder-browser-factory.c | |
parent | 6d6b9ec70ea0e6f16935ffbae676909c5a09f06c (diff) | |
download | gsoc2013-evolution-8ec2a002e8f98c11836ca0fd0924d84a65018908.tar gsoc2013-evolution-8ec2a002e8f98c11836ca0fd0924d84a65018908.tar.gz gsoc2013-evolution-8ec2a002e8f98c11836ca0fd0924d84a65018908.tar.bz2 gsoc2013-evolution-8ec2a002e8f98c11836ca0fd0924d84a65018908.tar.lz gsoc2013-evolution-8ec2a002e8f98c11836ca0fd0924d84a65018908.tar.xz gsoc2013-evolution-8ec2a002e8f98c11836ca0fd0924d84a65018908.tar.zst gsoc2013-evolution-8ec2a002e8f98c11836ca0fd0924d84a65018908.zip |
only whack the sig in if the file exists.
2000-08-03 Michael Meeks <michael@helixcode.com>
* mail-config.c (identity_page_new): only whack the sig in if the
file exists.
* component-factory.c (factory_fn): count running instances,
attach destroy signal (factory_destroy): add.
* main.c (main): pass orb around.
svn path=/trunk/; revision=4523
Diffstat (limited to 'mail/folder-browser-factory.c')
-rw-r--r-- | mail/folder-browser-factory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/folder-browser-factory.c b/mail/folder-browser-factory.c index f6ea1d3bd7..b4a705abd0 100644 --- a/mail/folder-browser-factory.c +++ b/mail/folder-browser-factory.c @@ -191,7 +191,7 @@ folder_browser_factory_new_control (const char *uri) control = bonobo_control_new (folder_browser); - if (control == NULL){ + if (control == NULL) { gtk_object_destroy (GTK_OBJECT (folder_browser)); return NULL; } |