[gimp/gtk3-port: 47/246] app: s/GtkObject/GtkAdjustment/
- From: Michael Natterer <mitch src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gimp/gtk3-port: 47/246] app: s/GtkObject/GtkAdjustment/
 
- Date: Mon, 28 Feb 2011 15:20:01 +0000 (UTC)
 
commit 69e02fa0362cd2a9770ff2a0756feb69e573c236
Author: Michael Natterer <mitch gimp org>
Date:   Fri Oct 15 15:12:56 2010 +0200
    app: s/GtkObject/GtkAdjustment/
 app/widgets/gimppropwidgets.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app/widgets/gimppropwidgets.c b/app/widgets/gimppropwidgets.c
index 668329e..b3eb0bd 100644
--- a/app/widgets/gimppropwidgets.c
+++ b/app/widgets/gimppropwidgets.c
@@ -1380,9 +1380,9 @@ gimp_prop_table_new (GObject     *config,
                G_IS_PARAM_SPEC_FLOAT (pspec) ||
                G_IS_PARAM_SPEC_DOUBLE (pspec))
         {
-          GtkObject *adj;
-          gint       digits = (G_IS_PARAM_SPEC_FLOAT (pspec) ||
-                               G_IS_PARAM_SPEC_DOUBLE (pspec)) ? 2 : 0;
+          GtkAdjustment *adj;
+          gint           digits = (G_IS_PARAM_SPEC_FLOAT (pspec) ||
+                                   G_IS_PARAM_SPEC_DOUBLE (pspec)) ? 2 : 0;
 
           adj = gimp_prop_scale_entry_new (config, pspec->name,
                                            GTK_TABLE (table), 0, row++,
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]