[gimp/gtk3-port: 77/237] script-fu: port to GTK+ 3.0
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gtk3-port: 77/237] script-fu: port to GTK+ 3.0
- Date: Wed, 11 May 2011 20:47:48 +0000 (UTC)
commit 350ef7ff0ffdf5c4cc3e1c0cab07aa341ab40236
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 bff875b..93d6e79 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]