[gimp/gtk3-port: 37/237] app: s/GtkObject/GtkAdjustment/
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gtk3-port: 37/237] app: s/GtkObject/GtkAdjustment/
- Date: Wed, 11 May 2011 20:44:26 +0000 (UTC)
commit 7f4cd682139e99ff78f0ed3a5e2b513216aa31f7
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 416797d..993e5b0 100644
--- a/app/widgets/gimppropwidgets.c
+++ b/app/widgets/gimppropwidgets.c
@@ -1479,9 +1479,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]