diff options
author | infirit <[email protected]> | 2014-05-27 16:34:24 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-05-27 16:34:24 +0200 |
commit | c951215db340629ace5b03785b3559a04d72fffb (patch) | |
tree | 18aeb69b3031f748448df9841baa0ed5e3160325 /capplets | |
parent | 469b3c47fce9ea13e50a4448064f97cf297452f8 (diff) | |
download | mate-control-center-c951215db340629ace5b03785b3559a04d72fffb.tar.bz2 mate-control-center-c951215db340629ace5b03785b3559a04d72fffb.tar.xz |
Replace GtkObject with GObject also for gtk2
Diffstat (limited to 'capplets')
-rw-r--r-- | capplets/about-me/e-image-chooser.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/capplets/about-me/e-image-chooser.c b/capplets/about-me/e-image-chooser.c index 8a404ee8..099b23cd 100644 --- a/capplets/about-me/e-image-chooser.c +++ b/capplets/about-me/e-image-chooser.c @@ -66,11 +66,7 @@ static void image_drag_data_received_cb (GtkWidget *widget, GtkSelectionData *selection_data, guint info, guint time, EImageChooser *chooser); -#if GTK_CHECK_VERSION (3, 0, 0) static GObjectClass *parent_class = NULL; -#else -static GtkObjectClass *parent_class = NULL; -#endif #define PARENT_TYPE GTK_TYPE_VBOX enum DndTargetType { |