[gimp/gtk3-port: 232/236] plug-ins: s/GtkObject/GtkAdjustment in web-page



commit 6bb53d68a625a8a3598158af1d1bae7d94eaad95
Author: Michael Natterer <mitch gimp org>
Date:   Sun Apr 3 18:02:28 2011 +0200

    plug-ins: s/GtkObject/GtkAdjustment in web-page

 plug-ins/common/web-page.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/common/web-page.c b/plug-ins/common/web-page.c
index ba147ed..a7b4252 100644
--- a/plug-ins/common/web-page.c
+++ b/plug-ins/common/web-page.c
@@ -222,7 +222,7 @@ webpage_dialog (void)
   GtkWidget *label;
   GtkWidget *entry;
   GtkSizeGroup *sizegroup;
-  GtkObject *adjustment;
+  GtkAdjustment *adjustment;
   GtkWidget *spinbutton;
   GtkWidget *combo;
   gint active;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]