gthumb r2479 - in trunk: . doc/C src



Author: mjc
Date: Fri Dec 26 21:34:38 2008
New Revision: 2479
URL: http://svn.gnome.org/viewvc/gthumb?rev=2479&view=rev

Log:
2008-12-26  Michael J. Chudobiak  <mjc svn gnome org>

        * doc/C/gthumb.xml:
        * src/dlg-scripts.c:
        Fixed default launch-with-gimp hotkey to launch gimp in the
        background. Bug #565708.



Modified:
   trunk/ChangeLog
   trunk/doc/C/gthumb.xml
   trunk/src/dlg-scripts.c

Modified: trunk/doc/C/gthumb.xml
==============================================================================
--- trunk/doc/C/gthumb.xml	(original)
+++ trunk/doc/C/gthumb.xml	Fri Dec 26 21:34:38 2008
@@ -3228,7 +3228,7 @@
       <itemizedlist>
 	  <listitem>
 	    <para>
-		<command>gimp %F</command>
+		<command>gimp %F &amp;</command>
             </para>
 	    <para>
 		This script tells the GNU Image Manipulation Program (gimp) to open

Modified: trunk/src/dlg-scripts.c
==============================================================================
--- trunk/src/dlg-scripts.c	(original)
+++ trunk/src/dlg-scripts.c	Fri Dec 26 21:34:38 2008
@@ -87,7 +87,7 @@
 
 
 static ScriptCommand script_commands[] = { 
-	{N_("Edit with GIMP"), "gimp %F"},
+	{N_("Edit with GIMP"), "gimp %F &"},
 	{N_("Add copyright"), "convert %f -font Helvetica -pointsize 20 -fill white  -box '#00000080'  -gravity South -annotate +0+5 ' Copyright 2007, Your Name Here ' %n-copyright%e"},
 	{N_("Copy to \"approved\" folder"), "mkdir -p %p/approved ; cp %f %p/approved/"},
 	{N_("Send by email"), "uuencode %f %f | mail -s Photos your emailaddress com"},



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