[gimp/gtk3-port: 53/237] app: s/GtkObject/GtkAdjustment/
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gtk3-port: 53/237] app: s/GtkObject/GtkAdjustment/
- Date: Wed, 11 May 2011 20:45:47 +0000 (UTC)
commit 99653c4b5d15885822af07c823fee851fe4159e9
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]