gegl r2829 - in trunk: . bin



Author: ok
Date: Sun Dec 28 00:16:54 2008
New Revision: 2829
URL: http://svn.gnome.org/viewvc/gegl?rev=2829&view=rev

Log:
* bin/editor.c: re-enable export dialog and menu item.


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

Modified: trunk/bin/editor.c
==============================================================================
--- trunk/bin/editor.c	(original)
+++ trunk/bin/editor.c	Sun Dec 28 00:16:54 2008
@@ -2599,7 +2599,7 @@
 
 static void cb_about (GtkAction *action);
 /*static void cb_introspect (GtkAction *action);*/
-/*static void cb_export (GtkAction *action);*/
+static void cb_export (GtkAction *action);
 /*static void cb_flush   (GtkAction *action);*/
 static void cb_quit_dialog (GtkAction *action);
 static void cb_composition_new (GtkAction *action);
@@ -2658,11 +2658,12 @@
    "Introspect",
    G_CALLBACK (cb_introspect)},*/
 
-/*
+
   {"Export", GTK_STOCK_SAVE,
    "_Export", "<control><shift>E",
    "Export to PNG",
    G_CALLBACK (cb_export)},
+  /*
   {"Flush", GTK_STOCK_SAVE,
    "_Flush", "<control><shift>E",
    "Flush swap buffer",
@@ -2734,9 +2735,9 @@
   "      <menuitem action='Next'/>"
   "      <menuitem action='Previous'/>"
   "      <separator/>"
-  /*"      <menuitem action='Export'/>"
-  "      <menuitem action='Flush'/>"
-  "      <separator/>"*/
+  "      <menuitem action='Export'/>"
+  /*"      <menuitem action='Flush'/>"*/
+  "      <separator/>"
   "      <menuitem action='Quit'/>"
   "      <separator/>"
   "    </menu>"
@@ -3495,7 +3496,7 @@
   gegl_gui_flush ();
 }
 
-#if 0
+#if 1
 #include "export.h"
 
 static void cb_export (GtkAction *action)



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