diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-28 11:47:40 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-28 11:47:40 +0800 |
commit | fddb695e3420fa2b21d27988dc42a165e5228cff (patch) | |
tree | e6b7b2208651603de14410cd2d7183804d489f8c | |
parent | 18f1b73bcbeb9ed43090ca7894fc95491ab08ca7 (diff) | |
download | gsoc2013-evolution-fddb695e3420fa2b21d27988dc42a165e5228cff.tar gsoc2013-evolution-fddb695e3420fa2b21d27988dc42a165e5228cff.tar.gz gsoc2013-evolution-fddb695e3420fa2b21d27988dc42a165e5228cff.tar.bz2 gsoc2013-evolution-fddb695e3420fa2b21d27988dc42a165e5228cff.tar.lz gsoc2013-evolution-fddb695e3420fa2b21d27988dc42a165e5228cff.tar.xz gsoc2013-evolution-fddb695e3420fa2b21d27988dc42a165e5228cff.tar.zst gsoc2013-evolution-fddb695e3420fa2b21d27988dc42a165e5228cff.zip |
Change EvolutionShellComponent so that it does ::ref the shell.
svn path=/trunk/; revision=3770
-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); |