[gimp/gtk3-port: 64/228] script-fu: port to GTK+ 3.0
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gimp/gtk3-port: 64/228] script-fu: port to GTK+ 3.0
- Date: Tue, 23 Oct 2012 17:54:06 +0000 (UTC)
commit d4e4648329661859ed42ef90255407320aabba03
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]