diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-10-30 06:41:35 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-10-30 06:41:35 +0800 |
commit | 60dcd520578c64ae21afbb9a984e15792b3cd27d (patch) | |
tree | 80e38639b0b7203a6764e2c96dbd6e3e4c542e5c /mail/mail-folder-cache.c | |
parent | 9420ec95745a249279df14edcecf316f61ee0a54 (diff) | |
download | gsoc2013-evolution-60dcd520578c64ae21afbb9a984e15792b3cd27d.tar.gz gsoc2013-evolution-60dcd520578c64ae21afbb9a984e15792b3cd27d.tar.zst gsoc2013-evolution-60dcd520578c64ae21afbb9a984e15792b3cd27d.zip |
Fixed a warning by #if 0ing out this function.
2001-10-29 Christopher James Lahey <clahey@ximian.com>
* e-searching-tokenizer.c (search_info_set_match_size_increase):
Fixed a warning by #if 0ing out this function.
* folder-browser.c, folder-browser.h (on_selection_changed):
Update status bar in an idle call. Fixes Ximian bug #13929.
* mail-folder-cache.c (folder_renamed, store_folder_renamed):
Fixed some warnings here.
svn path=/trunk/; revision=14372
Diffstat (limited to 'mail/mail-folder-cache.c')
-rw-r--r-- | mail/mail-folder-cache.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/mail-folder-cache.c b/mail/mail-folder-cache.c index 7f1a689922..a3abc13073 100644 --- a/mail/mail-folder-cache.c +++ b/mail/mail-folder-cache.c @@ -404,7 +404,10 @@ folder_renamed(CamelObject *o, gpointer event_data, gpointer user_data) char *old = event_data; d(printf("Folder renamed from '%s' to '%s'\n", old, folder->full_name)); + mfi = mfi; + old = old; + folder = folder; /* Dont do anything, do it from the store rename event? */ } @@ -604,7 +607,7 @@ store_folder_renamed(CamelObject *o, void *event_data, void *data) si = g_hash_table_lookup(stores, store); if (si) { GPtrArray *folders = g_ptr_array_new(); - CamelFolderInfo *fi, *top; + CamelFolderInfo *top; int i; /* Ok, so for some reason the folderinfo we have comes in all messed up from |