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/folder-browser.h | |
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/folder-browser.h')
-rw-r--r-- | mail/folder-browser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/folder-browser.h b/mail/folder-browser.h index b3d0b3f7af..848a312327 100644 --- a/mail/folder-browser.h +++ b/mail/folder-browser.h @@ -76,6 +76,7 @@ struct _FolderBrowser { GSList *sensitize_changes; GHashTable *sensitise_state; /* the last sent sensitise state, to avoid much bonobo overhead */ int sensitize_timeout_id; + int update_status_bar_idle_id; /* View collection and the menu handler object */ GalViewCollection *view_collection; |