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 <[EMAIL PROTECTED]> * 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; } _______________________________________________ SVN-commits-list mailing list (read only) http://mail.gnome.org/mailman/listinfo/svn-commits-list Want to limit the commits to a few modules? Go to above URL, log in to edit your options and select the modules ('topics') you want. Module maintainer? It is possible to set the reply-to to your development mailing list. Email [EMAIL PROTECTED] if interested.