~ubuntu-branches/ubuntu/trusty/fluxbox/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/old/menu-icons.patch

  • Committer: Bazaar Package Importer
  • Author(s): Dmitry E. Oboukhov
  • Date: 2008-07-01 10:38:14 UTC
  • mfrom: (2.1.12 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080701103814-khx2b6il152x9p93
Tags: 1.0.0+deb1-8
* x-dev has been removed from build-depends (out-of-date package).
* Standards-Version bumped to 3.8.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -ru fluxbox-0.9.11.orig/debian/fluxbox.menu-method fluxbox-0.9.11/debian/fluxbox.menu-method
2
 
--- fluxbox-0.9.11.orig/debian/fluxbox.menu-method      2005-01-23 13:46:22.000000000 +0100
3
 
+++ fluxbox-0.9.11/debian/fluxbox.menu-method   2005-01-23 13:46:45.000000000 +0100
4
 
@@ -15,9 +15,9 @@
5
 
 treewalk=M)
6
 
 
7
 
 supported
8
 
-    x11=   nstring(level(), "   ") "[exec] (" esc($title, ")") ") {" esc($command, "()") "}\n" 
9
 
+    x11=   nstring(level(), "   ") "[exec] (" esc($title, ")") ") {" esc($command, "()") "} <" esc($icon, "<>") ">\n" 
10
 
     wm=           nstring(level(), "   ") "[restart] ("  esc($title, ")")  ")  {" esc($command, "()") "}\n" 
11
 
-    text=  nstring(level(), "   ") "[exec] (" esc($title, ")") ") { x-terminal-emulator -T \"" $title "\" -e " esc($command, "()") "}\n"
12
 
+    text=  nstring(level(), "   ") "[exec] (" esc($title, ")") ") { x-terminal-emulator -T \"" $title "\" -e " esc($command, "()") "} <" esc($icon, "<>") ">\n"
13
 
     fluxbox= nstring(level(), "   ") "[" esc($command, "()") "] (" esc($title, ")") ")\n"
14
 
 endsupported
15