diff options
author | Dan Winship <danw@src.gnome.org> | 2000-06-10 09:52:51 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-06-10 09:52:51 +0800 |
commit | 88b0244b327a951ea96687aaab1ed51439c23976 (patch) | |
tree | 3dce22ab5b2fab8ecb09f252a3ea06bdfc724365 /mail/folder-browser.h | |
parent | 66cfad20330cf8a2b5f56b5637064b481b3ac233 (diff) | |
download | gsoc2013-evolution-88b0244b327a951ea96687aaab1ed51439c23976.tar gsoc2013-evolution-88b0244b327a951ea96687aaab1ed51439c23976.tar.gz gsoc2013-evolution-88b0244b327a951ea96687aaab1ed51439c23976.tar.bz2 gsoc2013-evolution-88b0244b327a951ea96687aaab1ed51439c23976.tar.lz gsoc2013-evolution-88b0244b327a951ea96687aaab1ed51439c23976.tar.xz gsoc2013-evolution-88b0244b327a951ea96687aaab1ed51439c23976.tar.zst gsoc2013-evolution-88b0244b327a951ea96687aaab1ed51439c23976.zip |
Add a serial number to FolderBrowser.
* folder-browser.c (folder_browser_new): Add a serial number to
FolderBrowser.
* folder-browser-factory.c (control_activate, control_deactivate):
Include fb serial number in the name of the Bonobo toolbar to
prevent problems with disappearing toolbars. This is a kludge and
should go away.
svn path=/trunk/; revision=3501
Diffstat (limited to 'mail/folder-browser.h')
-rw-r--r-- | mail/folder-browser.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/folder-browser.h b/mail/folder-browser.h index 6e9c66a0cd..f601d2cb2c 100644 --- a/mail/folder-browser.h +++ b/mail/folder-browser.h @@ -27,6 +27,9 @@ struct _FolderBrowser { Evolution_Shell shell; + /* This is a kludge for the toolbar problem. */ + int serial; + /* * The current URI being displayed by the FolderBrowser */ |