[gimp/gtk3-port: 77/239] script-fu: port to GTK+ 3.0



commit 187e67566f193a594d618bc825e7c436c296a63c
Author: Michael Natterer <mitch gimp org>
Date:   Wed Oct 20 14:10:33 2010 +0200

    script-fu: port to GTK+ 3.0

 plug-ins/script-fu/script-fu-interface.c |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/plug-ins/script-fu/script-fu-interface.c b/plug-ins/script-fu/script-fu-interface.c
index 053c637..59ffb5d 100644
--- a/plug-ins/script-fu/script-fu-interface.c
+++ b/plug-ins/script-fu/script-fu-interface.c
@@ -269,14 +269,14 @@ script_fu_interface (SFScript  *script,
 
   for (i = start_arg; i < script->n_args; i++)
     {
-      GtkWidget *widget       = NULL;
-      GtkObject *adj;
-      gchar     *label_text;
-      gfloat     label_yalign = 0.5;
-      gint      *ID_ptr       = NULL;
-      gint       row          = i;
-      gboolean   left_align   = FALSE;
-      SFArg     *arg          = &script->args[i];
+      GtkWidget     *widget       = NULL;
+      GtkAdjustment *adj;
+      gchar         *label_text;
+      gfloat         label_yalign = 0.5;
+      gint          *ID_ptr       = NULL;
+      gint           row          = i;
+      gboolean       left_align   = FALSE;
+      SFArg         *arg          = &script->args[i];
 
       row -= start_arg;
 



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