gegl r2026 - in trunk: . bin



Author: martinn
Date: Sat Feb 16 18:22:30 2008
New Revision: 2026
URL: http://svn.gnome.org/viewvc/gegl?rev=2026&view=rev

Log:
2008-02-16  Martin Nordholts  <martinn svn gnome org>

	* bin/gegl-node-editor.c: Removed dependency to editor.h. No need
	to directly call gegl_gui_flush() when changing operation
	properties for a node since the view will indirectly get updated
	anyway through the GeglNode::invalidated signal.


Modified:
   trunk/ChangeLog
   trunk/bin/gegl-node-editor.c

Modified: trunk/bin/gegl-node-editor.c
==============================================================================
--- trunk/bin/gegl-node-editor.c	(original)
+++ trunk/bin/gegl-node-editor.c	Sat Feb 16 18:22:30 2008
@@ -27,7 +27,6 @@
 
 #include "gegl-node-editor.h"
 #include "gegl-paramspecs.h"
-#include "editor.h"
 
 GtkWidget *
 typeeditor_optype (GtkSizeGroup *col1,
@@ -205,7 +204,6 @@
       gegl_node_set (node, prop_name, color, NULL);
       g_object_unref (color);
     }
-  gegl_gui_flush ();
 }
 
 
@@ -233,7 +231,6 @@
       gegl_node_set (node, prop_name, color, NULL);
       g_object_unref (color);
     }
-  gegl_gui_flush ();
 }
 
 static GtkWidget *
@@ -472,7 +469,6 @@
 
   gegl_node_set (node, param_spec->name, contents, NULL);
 
-  gegl_gui_flush ();
   g_free (contents);
   return TRUE;
 }
@@ -652,7 +648,6 @@
 
   gtk_widget_queue_draw (widget);
   gdk_window_get_pointer (widget->window, NULL, NULL, NULL);
-  gegl_gui_flush ();
   return TRUE;
 }
 



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