diff options
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/evolution-shell-component.c | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index cf7449b230..6c89d2f57f 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2000-06-27 Ettore Perazzoli <ettore@helixcode.com> + + * e-shell-folder-title-bar.c (e_shell_folder_title_bar_construct): + Enable the title bar button. + 2000-06-27 Michael Zucchi <zucchi@zedzone.mmc.com.au> * e-shell.c (folder_selection_dialog_clicked_cb): Close the dialog diff --git a/shell/evolution-shell-component.c b/shell/evolution-shell-component.c index 89a9866b38..db57e6fa6b 100644 --- a/shell/evolution-shell-component.c +++ b/shell/evolution-shell-component.c @@ -137,7 +137,6 @@ impl_ShellComponent_set_owner (PortableServer_Servant servant, return; } - Bonobo_Unknown_ref (shell, ev); priv->corba_owner = CORBA_Object_duplicate (shell, ev); gtk_signal_emit (GTK_OBJECT (shell_component), signals[OWNER_SET], priv->corba_owner); |