aboutsummaryrefslogtreecommitdiffstats
path: root/mail/folder-browser-factory.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-07-28 03:02:42 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-07-28 03:02:42 +0800
commit45701621c5447e0a106912bfe498a044d4cb2119 (patch)
tree147b34f5bd4c3c419961b9549cff35f6996d12b9 /mail/folder-browser-factory.c
parentc3ccc6c5476928a2581888aaca63fa289f5f9f37 (diff)
downloadgsoc2013-evolution-45701621c5447e0a106912bfe498a044d4cb2119.tar
gsoc2013-evolution-45701621c5447e0a106912bfe498a044d4cb2119.tar.gz
gsoc2013-evolution-45701621c5447e0a106912bfe498a044d4cb2119.tar.bz2
gsoc2013-evolution-45701621c5447e0a106912bfe498a044d4cb2119.tar.lz
gsoc2013-evolution-45701621c5447e0a106912bfe498a044d4cb2119.tar.xz
gsoc2013-evolution-45701621c5447e0a106912bfe498a044d4cb2119.tar.zst
gsoc2013-evolution-45701621c5447e0a106912bfe498a044d4cb2119.zip
Don't need this anymore. (do_get_pass): Since we already have the entry
2001-07-27 Jeffrey Stedfast <fejj@ximian.com> * mail-mt.c (focus_on_entry): Don't need this anymore. (do_get_pass): Since we already have the entry widget, no need to do the nasty focus_on_entry hack. svn path=/trunk/; revision=11453
Diffstat (limited to 'mail/folder-browser-factory.c')
-rw-r--r--mail/folder-browser-factory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/folder-browser-factory.c b/mail/folder-browser-factory.c
index ff7e8d649a..568d1cfaf5 100644
--- a/mail/folder-browser-factory.c
+++ b/mail/folder-browser-factory.c
@@ -75,7 +75,7 @@ control_activate (BonoboControl *control,
BonoboUIComponent *uic,
FolderBrowser *fb)
{
- GtkWidget *folder_browser;
+ GtkWidget *folder_browser;
Bonobo_UIContainer container;
container = bonobo_control_get_remote_ui_container (control);