gthumb r2477 - in branches/gthumb-2-10: . doc/C src
- From: mjc svn gnome org
- To: svn-commits-list gnome org
- Subject: gthumb r2477 - in branches/gthumb-2-10: . doc/C src
- Date: Fri, 26 Dec 2008 21:15:59 +0000 (UTC)
Author: mjc
Date: Fri Dec 26 21:15:59 2008
New Revision: 2477
URL: http://svn.gnome.org/viewvc/gthumb?rev=2477&view=rev
Log:
2008-12-26 Michael J. Chudobiak <mjc svn gnome org>
* doc/C/gthumb.xml:
* src/dlg-preferences.c: (dlg_preferences):
Fixed default launch-with-gimp hotkey to launch gimp in the
background. Bug #565708.
Modified:
branches/gthumb-2-10/ChangeLog
branches/gthumb-2-10/doc/C/gthumb.xml
branches/gthumb-2-10/src/dlg-preferences.c
Modified: branches/gthumb-2-10/doc/C/gthumb.xml
==============================================================================
--- branches/gthumb-2-10/doc/C/gthumb.xml (original)
+++ branches/gthumb-2-10/doc/C/gthumb.xml Fri Dec 26 21:15:59 2008
@@ -2775,7 +2775,7 @@
<itemizedlist>
<listitem>
<para>
- <command>gimp %F</command>
+ <command>gimp %F &</command>
</para>
<para>
This script tells the GNU Image Manipulation Program (gimp) to open
Modified: branches/gthumb-2-10/src/dlg-preferences.c
==============================================================================
--- branches/gthumb-2-10/src/dlg-preferences.c (original)
+++ branches/gthumb-2-10/src/dlg-preferences.c Fri Dec 26 21:15:59 2008
@@ -548,7 +548,7 @@
gtk_entry_set_text (GTK_ENTRY (data->hotkey0),
eel_gconf_get_string (PREF_HOTKEY0,
- "gimp %F"));
+ "gimp %F &"));
gtk_entry_set_text (GTK_ENTRY (data->hotkey1),
eel_gconf_get_string (PREF_HOTKEY1,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]