diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-07-29 18:16:16 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-07-29 18:16:16 +0000 |
commit | 8d8036ab7de4871811375a94eb7c72be393f459b (patch) | |
tree | 119016bce4cd370cdde18eddce197f440ed9eba2 /recipes/gqview/gqview-2.1.5/gqview-gimp.patch | |
parent | 5fe09b5028eac0d99a85e0f9e14b99892dd60fb2 (diff) |
gqview: Use motion hints for smooth panning. Sanitize rc file parser. Fixed gimp call.
Diffstat (limited to 'recipes/gqview/gqview-2.1.5/gqview-gimp.patch')
-rw-r--r-- | recipes/gqview/gqview-2.1.5/gqview-gimp.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/gqview/gqview-2.1.5/gqview-gimp.patch b/recipes/gqview/gqview-2.1.5/gqview-gimp.patch new file mode 100644 index 0000000000..50cb89d868 --- /dev/null +++ b/recipes/gqview/gqview-2.1.5/gqview-gimp.patch @@ -0,0 +1,11 @@ +--- src/editors.c ++++ src/editors.c +@@ -47,7 +47,7 @@ + + + static gchar *editor_slot_defaults[] = { +- N_("The Gimp"), "gimp-remote -n %f", ++ N_("The Gimp"), "gimp %f", + N_("XV"), "xv %f", + N_("Xpaint"), "xpaint %f", + NULL, NULL, |