aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-shell-component.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-05-31 08:54:03 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-05-31 08:54:03 +0800
commit6e86093cad967b7f60383b170f119504668f8a8b (patch)
tree9821f082b63088dac98ff23bb96d7c059cf51bfa /shell/evolution-shell-component.c
parent0904974b119c4e32139b2895be8a432905d57369 (diff)
downloadgsoc2013-evolution-6e86093cad967b7f60383b170f119504668f8a8b.tar
gsoc2013-evolution-6e86093cad967b7f60383b170f119504668f8a8b.tar.gz
gsoc2013-evolution-6e86093cad967b7f60383b170f119504668f8a8b.tar.bz2
gsoc2013-evolution-6e86093cad967b7f60383b170f119504668f8a8b.tar.lz
gsoc2013-evolution-6e86093cad967b7f60383b170f119504668f8a8b.tar.xz
gsoc2013-evolution-6e86093cad967b7f60383b170f119504668f8a8b.tar.zst
gsoc2013-evolution-6e86093cad967b7f60383b170f119504668f8a8b.zip
Eeek! Declare the "owner_unset" signal correctly.
svn path=/trunk/; revision=3305
Diffstat (limited to 'shell/evolution-shell-component.c')
-rw-r--r--shell/evolution-shell-component.c2
1 files changed, 1 insertions, 1 deletions
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),