gegl r2717 - in trunk: . bin



Author: ok
Date: Sun Nov  9 22:02:34 2008
New Revision: 2717
URL: http://svn.gnome.org/viewvc/gegl?rev=2717&view=rev

Log:
* bin/editor.c: (raise_item), (gui_press_event): renamed raise command
to raise_item to avoid collision with system function call.


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

Modified: trunk/bin/editor.c
==============================================================================
--- trunk/bin/editor.c	(original)
+++ trunk/bin/editor.c	Sun Nov  9 22:02:34 2008
@@ -937,7 +937,7 @@
 void gegl_move_item_down (GeglNode *node);
 
 
-static gint raise (gint argc, char **argv)
+static gint raise_item (gint argc, char **argv)
 {
   GeglNode *self = tree_editor_get_active (editor.tree_editor);
   GeglNode *parent = gegl_parent (self);
@@ -1313,7 +1313,7 @@
                 case STATE_MOVE:
                   menu_add ("paint", G_CALLBACK (do_command), "set-state strokes");
                   menu_add ("path",  G_CALLBACK (do_command), "set-state edit-nodes");
-                  menu_add ("raise",  G_CALLBACK (do_command), "raise");
+                  menu_add ("raise",  G_CALLBACK (do_command), "raise-item");
                   menu_add ("lower",  G_CALLBACK (do_command), "lower");
                   menu_add ("width",  G_CALLBACK (do_command), "set-state edit-width");
                   menu_add ("remove",  G_CALLBACK (do_command), "remove-item");



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