From 0a59703a630f653eb0798b126c79ea039a64c144 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Thu, 14 Sep 2000 12:57:13 +0000 Subject: Move a couple of helpers into Bonobo before more people start the re-build treadmill. svn path=/trunk/; revision=5426 --- shell/e-shell-view.c | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'shell/e-shell-view.c') 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 ("%s", 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, -- cgit v1.2.3