~ubuntu-branches/ubuntu/jaunty/sawfish/jaunty

« back to all changes in this revision

Viewing changes to debian/patches/04_init.jl.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Luis Rodrigo Gallardo Cruz
  • Date: 2008-02-18 16:27:26 UTC
  • mfrom: (1.2.7 upstream) (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080218162726-3a5v48p33qaki37z
Tags: 1:1.3.3-1
* New Upstream Release.
 - Fixes encoding issues introduced by the use of UTF-8 in
  1.3.2. (Closes: #464139).
 - Fixes pango fonts handling, to allow more than one to be used at a
  time (Closes: #269905).
 - Fixes interaction with KDE systray.
* Loosen overly tight build-dependency on gettext, and tighten the one
  on quilt (We use the makefile snippet from 0.40-1)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh /usr/share/dpatch/dpatch-run
2
 
## 04_init.jl.dpatch by Christian Marillat <marillat@debian.org>
3
 
##
4
 
## All lines beginning with ## DP:' are a description of the patch.
5
 
## DP: Fix configure.
6
 
 
7
 
@DPATCH@
8
 
 
9
 
--- sawfish-1.3.orig/lisp/sawfish/wm/session/init.jl    2003-06-19 01:01:20.000000000 +0200
10
 
+++ sawfish-1.3/lisp/sawfish/wm/session/init.jl 2003-06-19 01:02:04.000000000 +0200
11
 
@@ -175,7 +175,7 @@
12
 
 
13
 
       ;; XXX should I set this to SmRestartImmediately (2) instead
14
 
       ;; XXX of SmRestartIfRunning (0) ?
15
 
-      (sm-set-property "RestartStyleHint" 0)
16
 
+      (sm-set-property "RestartStyleHint" 2)
17
 
 
18
 
       (remove-sm-options)
19
 
       (sm-set-property "CloneCommand" saved-command-line-args)