[gimp/gtk3-port: 48/251] app: s/GtkObject/GtkAdjustment/
- From: Michael Natterer <mitch src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gimp/gtk3-port: 48/251] app: s/GtkObject/GtkAdjustment/
 
- Date: Mon, 28 Mar 2011 19:26:47 +0000 (UTC)
 
commit 04766c875bfb4025bdfd1f903fc042edbd84e4c5
Author: Michael Natterer <mitch gimp org>
Date:   Fri Oct 15 15:13:59 2010 +0200
    app: s/GtkObject/GtkAdjustment/
 app/widgets/gimpscalebutton.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/widgets/gimpscalebutton.c b/app/widgets/gimpscalebutton.c
index 75438c5..87dbd53 100644
--- a/app/widgets/gimpscalebutton.c
+++ b/app/widgets/gimpscalebutton.c
@@ -186,8 +186,8 @@ gimp_scale_button_new (gdouble value,
                        gdouble min,
                        gdouble max)
 {
-  GtkObject *adj;
-  gdouble    step;
+  GtkAdjustment *adj;
+  gdouble        step;
 
   g_return_val_if_fail (value >= min && value <= max, NULL);
 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]