~ubuntu-branches/ubuntu/oneiric/avant-window-navigator/oneiric

« back to all changes in this revision

Viewing changes to debian/patches/01-gconf-not-empty.patch

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2008-05-24 14:42:01 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080524144201-r3v8e4g2hv2q1i9x
Tags: 0.2.6-6
* debian/patches/04-fix-colormap.patch
 - Fix crash in awn-manager if colormap == None. Thanks Emme for the 
   patch. (Closes: #482030) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -ur avant-window-navigator-0.2.6.orig/data/awn.schema-ini avant-window-navigator-0.2.6/data/awn.schema-ini
 
2
--- avant-window-navigator-0.2.6.orig/data/awn.schema-ini       2008-02-22 17:10:17.000000000 +0100
 
3
+++ avant-window-navigator-0.2.6/data/awn.schema-ini    2008-03-06 23:50:55.000000000 +0100
 
4
@@ -28,7 +28,7 @@
 
5
 description = Always keep AWN below all other windows.
 
6
 [DEFAULT/applets_list]
 
7
 type = list-string
 
8
-default = 
 
9
+default = [/usr/lib/awn/applets/taskman.desktop::1]
 
10
 description = The list of paths to the enabled applets, in order from left to right.
 
11
 [bar/rounded_corners]
 
12
 type = bool
 
13
@@ -104,7 +104,7 @@
 
14
 description = Show the tasks from every workspace in the bar.
 
15
 [window_manager/launchers]
 
16
 type = list-string
 
17
-default = 
 
18
+default = [/usr/share/applications/awn-manager.desktop]
 
19
 description = A list of the paths to the launchers shown on the dock, in order from left to right.
 
20
 [app/active_png]
 
21
 type  = string
 
22
Seulement dans avant-window-navigator-0.2.6/data: awn.schema-ini~