[gnome-control-center] Adapt to GtkObject removal in GTK3
- From: Javier Jardón <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] Adapt to GtkObject removal in GTK3
- Date: Thu, 30 Sep 2010 17:44:17 +0000 (UTC)
commit f6eebfb5680c6bef381a9b8ab1470d94fecc9587
Author: Javier Jardón <jjardon gnome org>
Date: Thu Sep 30 19:14:54 2010 +0200
Adapt to GtkObject removal in GTK3
capplets/about-me/e-image-chooser.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/capplets/about-me/e-image-chooser.c b/capplets/about-me/e-image-chooser.c
index 5afec75..51f107e 100644
--- a/capplets/about-me/e-image-chooser.c
+++ b/capplets/about-me/e-image-chooser.c
@@ -66,7 +66,7 @@ static void image_drag_data_received_cb (GtkWidget *widget,
GtkSelectionData *selection_data,
guint info, guint time, EImageChooser *chooser);
-static GtkObjectClass *parent_class = NULL;
+static GtkWidgetClass *parent_class = NULL;
#define PARENT_TYPE GTK_TYPE_VBOX
enum DndTargetType {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]