[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: Sat, 7 May 2011 20:04:24 +0000 (UTC)
commit 9a9c5ef6fa5e736e0f4d1af8ba67f6408f253226
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]