[gimp/gtk3-port: 54/239] app: s/GtkObject/GtkAdjustment/
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gtk3-port: 54/239] app: s/GtkObject/GtkAdjustment/
- Date: Thu, 21 Apr 2011 22:16:42 +0000 (UTC)
commit a138d1118fa14c1ab62da3e9accbe73a40b38917
Author: Michael Natterer <mitch gimp org>
Date: Tue Oct 19 13:09:22 2010 +0200
app: s/GtkObject/GtkAdjustment/
app/actions/gradient-editor-commands.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/actions/gradient-editor-commands.c b/app/actions/gradient-editor-commands.c
index b37123b..ea5c9db 100644
--- a/app/actions/gradient-editor-commands.c
+++ b/app/actions/gradient-editor-commands.c
@@ -442,7 +442,7 @@ gradient_editor_replicate_cmd_callback (GtkAction *action,
GtkWidget *vbox;
GtkWidget *label;
GtkWidget *scale;
- GtkObject *scale_data;
+ GtkAdjustment *scale_data;
const gchar *title;
const gchar *desc;
@@ -544,7 +544,7 @@ gradient_editor_split_uniformly_cmd_callback (GtkAction *action,
GtkWidget *vbox;
GtkWidget *label;
GtkWidget *scale;
- GtkObject *scale_data;
+ GtkAdjustment *scale_data;
const gchar *title;
const gchar *desc;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]