[SCM] lives/master: Fix small typo in upstream patch.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri Feb 3 11:52:17 UTC 2012


The following commit has been merged in the master branch:
commit 8a925fec0fcbd1ffd04003a403a10cbc8ac6b9e3
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri Feb 3 12:52:14 2012 +0100

    Fix small typo in upstream patch.

diff --git a/debian/patches/91-lives_160_ftbfs.patch b/debian/patches/91-lives_160_ftbfs.patch
index ae339b5..6e61236 100644
--- a/debian/patches/91-lives_160_ftbfs.patch
+++ b/debian/patches/91-lives_160_ftbfs.patch
@@ -25,7 +25,7 @@ Applied-Upstream:
  #else
        // need equivalent to get XID of win on other platforms
 -      do_blocking_error_dialog(_("Preview will not work without X11. We need the window id of the preview window.\nPlease send a patch if you know how to do this.\n"
-+      msg=g_strdup(_("Preview will not work without X11. We need the window id of the preview window.\nPlease send a patch if you know how to do this.\n"));
++      gchar *msg=g_strdup(_("Preview will not work without X11. We need the window id of the preview window.\nPlease send a patch if you know how to do this.\n"));
 +      do_blocking_error_dialog(msg);
 +      g_free(msg);
  #endif

-- 
lives packaging



More information about the pkg-multimedia-commits mailing list