summaryrefslogtreecommitdiff
path: root/mate-panel/nothing.cP
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-07-06 16:31:12 +0200
committerinfirit <[email protected]>2015-07-14 13:07:44 +0200
commit59c66fd0169b84fbbccf3dad672589f5d915d4a0 (patch)
tree177b32a5694fb94646d7f6a0b8bcea3448bc2373 /mate-panel/nothing.cP
parent8b65935648a94ba427e1fa457336485662cddd42 (diff)
downloadmate-panel-59c66fd0169b84fbbccf3dad672589f5d915d4a0.tar.bz2
mate-panel-59c66fd0169b84fbbccf3dad672589f5d915d4a0.tar.xz
Replace GtkObject with GObject also for Gtk+ 2
Diffstat (limited to 'mate-panel/nothing.cP')
-rw-r--r--mate-panel/nothing.cP4
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-panel/nothing.cP b/mate-panel/nothing.cP
index 7a416970..71441287 100644
--- a/mate-panel/nothing.cP
+++ b/mate-panel/nothing.cP
@@ -281,7 +281,7 @@ config_event(GtkWidget *widget,GdkEvent *event,GtkNotebook *nbook)
g_signal_connect (G_OBJECT(goat_darea),"destroy",
G_CALLBACK (destroy_egg),NULL);
- g_signal_connect (GTK_OBJECT(goat_darea),"expose_event",
+ g_signal_connect (G_OBJECT(goat_darea),"expose_event",
G_CALLBACK (goat_expose),NULL);
g_signal_connect_after (G_OBJECT(goat_darea),"realize",
G_CALLBACK (goat_realize),NULL);
@@ -1429,7 +1429,7 @@ start_geginv (void)
G_CALLBACK (inv_key_release), NULL);
g_signal_connect (G_OBJECT (geginv), "realize",
G_CALLBACK (geginv_realized), NULL);
- g_signal_connect (GTK_OBJECT (geginv_canvas), "expose_event",
+ g_signal_connect (G_OBJECT (geginv_canvas), "expose_event",
G_CALLBACK (inv_expose), NULL);
g_slist_foreach (inv_shots, (GFunc)g_free, NULL);