From 6e86093cad967b7f60383b170f119504668f8a8b Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Wed, 31 May 2000 00:54:03 +0000 Subject: Eeek! Declare the "owner_unset" signal correctly. svn path=/trunk/; revision=3305 --- shell/ChangeLog | 3 +++ shell/evolution-shell-component.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/shell/ChangeLog b/shell/ChangeLog index 61c76b73e2..9f481a3a81 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,8 @@ 2000-05-31 Ettore Perazzoli + * evolution-shell-component.c (class_init): Eeek! + s/owner_set/owner_unset/. + * e-shell-folder-title-bar.c (e_shell_folder_title_bar_construct): Increase the size of the border of the hbox slightly to make the title bar a bit nicer. diff --git a/shell/evolution-shell-component.c b/shell/evolution-shell-component.c index 85ba002b30..d00db7c9d9 100644 --- a/shell/evolution-shell-component.c +++ b/shell/evolution-shell-component.c @@ -273,7 +273,7 @@ class_init (EvolutionShellComponentClass *klass) GTK_TYPE_POINTER); signals[OWNER_UNSET] - = gtk_signal_new ("owner_set", + = gtk_signal_new ("owner_unset", GTK_RUN_FIRST, object_class->type, GTK_SIGNAL_OFFSET (EvolutionShellComponentClass, owner_unset), -- cgit v1.2.3