]> Pileus Git - ~andy/gtk/commitdiff
fix the build
authorMatthias Clasen <matthiasc@src.gnome.org>
Sun, 30 Apr 2006 05:08:06 +0000 (05:08 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 30 Apr 2006 05:08:06 +0000 (05:08 +0000)
gtk/gtkstatusicon.c

index 4aa1c9a30ca342fa54e65443ac37abb57a400bcd..54c8976b2237a1bd774e5a2ab90437ef41396777 100755 (executable)
@@ -273,7 +273,7 @@ gtk_status_icon_class_init (GtkStatusIconClass *class)
    */
   status_icon_signals [SIZE_CHANGED_SIGNAL] =
     g_signal_new (I_("size-changed"),
-                 G_TYPE_FROM_CLASS (object_class),
+                 G_TYPE_FROM_CLASS (gobject_class),
                  G_SIGNAL_RUN_LAST,
                  G_STRUCT_OFFSET (GtkStatusIconClass, size_changed),
                  g_signal_accumulator_true_handled,