diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/e-shell-view.c | 18 |
2 files changed, 4 insertions, 18 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 4aaa14ff9e..385018e244 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2000-09-14 Michael Meeks <michael@helixcode.com> + + * e-shell-view.c: move fn to bonobo. + 2000-09-14 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Added $(GNOME_PRINT_LIBS) to evolution_LDADD. diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c index 85bb603ffb..211fdfdb2a 100644 --- a/shell/e-shell-view.c +++ b/shell/e-shell-view.c @@ -742,24 +742,6 @@ stop_progress_bar (EShellView *shell_view) /* EvolutionShellView interface callbacks. */ -/* - * MOVEME: into Bonobo. - */ -static void -bonobo_ui_container_set_status (Bonobo_UIContainer container, - const char *text, - CORBA_Environment *opt_ev) -{ - char *str; - - g_return_if_fail (text != NULL); - g_return_if_fail (container != CORBA_OBJECT_NIL); - - str = g_strdup_printf ("<item name=\"main\">%s</item>", text); - - bonobo_ui_component_set (NULL, container, "/status", str, opt_ev); -} - static void shell_view_interface_set_message_cb (EvolutionShellView *shell_view, const char *message, |