gegl r2434 - in trunk: . bin



Author: ok
Date: Fri Jun 13 22:38:12 2008
New Revision: 2434
URL: http://svn.gnome.org/viewvc/gegl?rev=2434&view=rev

Log:
* bin/editor-optype.c: (chain_in_operation): show the structure view
when a new operation has been added. (need now that the popup is
properly gone).


Modified:
   trunk/ChangeLog
   trunk/bin/editor-optype.c

Modified: trunk/bin/editor-optype.c
==============================================================================
--- trunk/bin/editor-optype.c	(original)
+++ trunk/bin/editor-optype.c	Fri Jun 13 22:38:12 2008
@@ -61,7 +61,9 @@
 static void
 chain_in_operation (const gchar *op_type)
 {
+    GtkWidget *widget = editor.structure;
     gegl_add_sibling (op_type);
+    gtk_widget_show (widget);
 }
 
 static void



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