aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2003-12-02 06:01:14 +0800
committerJP Rosevear <jpr@src.gnome.org>2003-12-02 06:01:14 +0800
commit9b6e4f3e85115055b3df938cb0bdf7876575c952 (patch)
treefe41006ab49ccf2099bb6370a7ac82b570a66940
parente86452cec44c51f3502b6f37210f87549ec9f200 (diff)
downloadgsoc2013-evolution-9b6e4f3e85115055b3df938cb0bdf7876575c952.tar
gsoc2013-evolution-9b6e4f3e85115055b3df938cb0bdf7876575c952.tar.gz
gsoc2013-evolution-9b6e4f3e85115055b3df938cb0bdf7876575c952.tar.bz2
gsoc2013-evolution-9b6e4f3e85115055b3df938cb0bdf7876575c952.tar.lz
gsoc2013-evolution-9b6e4f3e85115055b3df938cb0bdf7876575c952.tar.xz
gsoc2013-evolution-9b6e4f3e85115055b3df938cb0bdf7876575c952.tar.zst
gsoc2013-evolution-9b6e4f3e85115055b3df938cb0bdf7876575c952.zip
list the signal args properl
2003-12-01 JP Rosevear <jpr@ximian.com> * e-source-selector.c (class_init): list the signal args properl svn path=/trunk/; revision=23542
-rw-r--r--widgets/misc/ChangeLog4
-rw-r--r--widgets/misc/e-source-selector.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog
index d17b06669d..7d17f85730 100644
--- a/widgets/misc/ChangeLog
+++ b/widgets/misc/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-01 JP Rosevear <jpr@ximian.com>
+
+ * e-source-selector.c (class_init): list the signal args properly
+
2003-11-30 ERDI Gergo <cactus@cactus.rulez.org>
* e-calendar.c: canned the _clicked handlers as those make it
diff --git a/widgets/misc/e-source-selector.c b/widgets/misc/e-source-selector.c
index 6f55ae2989..ae0e507f1d 100644
--- a/widgets/misc/e-source-selector.c
+++ b/widgets/misc/e-source-selector.c
@@ -436,7 +436,7 @@ class_init (ESourceSelectorClass *class)
G_STRUCT_OFFSET (ESourceSelectorClass, fill_popup_menu),
NULL, NULL,
g_cclosure_marshal_VOID__OBJECT,
- G_TYPE_OBJECT, 1);
+ G_TYPE_NONE, 1, G_TYPE_OBJECT);
}
static void