~ubuntu-branches/ubuntu/vivid/openbox-menu/vivid

« back to all changes in this revision

Viewing changes to debian/patches/fix_missing_double_quote.patch

  • Committer: Package Import Robot
  • Author(s): Mateusz Łukasik
  • Date: 2014-11-02 11:05:44 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20141102110544-ff0g1xovwvpg9s2z
Tags: 0.7.0-1
* New upstream release.
* debian/control:
  + Bump minimal menu-cache version to 0.7.
  + Bump Standards-Version to 3.9.6. (no changes needed)
* Remove debian/patches/fix_missing_double_quote.patch -- included
  upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Description: Fix missing double quote
2
 
Author: Mateusz Łukasik <mati75@linuxmint.pl>
3
 
 
4
 
Origin: Upstream, https://bitbucket.org/fabriceT/openbox-menu/commits/2c8ef0cbc8f4500db530e3d005484e0722dd0c64
5
 
Bug: https://bitbucket.org/fabriceT/openbox-menu/issue/3/xml-parser-error
6
 
 
7
 
--- b/ob_display.c
8
 
+++ a/ob_display.c
9
 
@@ -21,7 +21,7 @@ const gchar *default_template =
10
 
     "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>"
11
 
     "<openbox_pipe_menu xmlns=\"http://openbox.org/\""
12
 
     "  xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\""
13
 
-    "  xsi:schemaLocation=\"http://openbox.org/ >"
14
 
+    "  xsi:schemaLocation=\"http://openbox.org/\" >"
15
 
     "%MENU%</openbox_pipe_menu>\n";
16
 
 
17
 
 /****f* ob_display/menu_directory