[gimp/gtk3-port: 62/226] script-fu: port to GTK+ 3.0
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gtk3-port: 62/226] script-fu: port to GTK+ 3.0
- Date: Thu, 2 Jan 2014 19:23:40 +0000 (UTC)
commit 649d4ebe0c3f00a21cdd05914d604f06368e8bfc
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 5bb40d7..005dd9f 100644
--- a/plug-ins/script-fu/script-fu-interface.c
+++ b/plug-ins/script-fu/script-fu-interface.c
@@ -273,14 +273,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]