~ubuntu-branches/ubuntu/oneiric/xpad/oneiric

« back to all changes in this revision

Viewing changes to debian/patches/01-remove-GTK_WINDOW_TOPLEVEL.patch

  • Committer: Bazaar Package Importer
  • Author(s): Bart Martens
  • Date: 2010-04-18 14:34:21 UTC
  • mfrom: (2.1.9 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100418143421-ew0kup0zbjtl9zrc
Tags: 4.0-5
Corrected debian/changelog for version 4.0-4.  Closes: #576770.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: xpad/src/xpad-pad.c
2
 
===================================================================
3
 
--- xpad.orig/src/xpad-pad.c    2010-04-18 16:10:07.000000000 +0200
4
 
+++ xpad/src/xpad-pad.c 2010-04-18 16:10:43.000000000 +0200
5
 
@@ -275,7 +275,7 @@
6
 
                "gravity", GDK_GRAVITY_STATIC, /* static gravity makes saving pad x,y work */
7
 
                "skip-pager-hint", !xpad_settings_get_has_decorations (xpad_settings ()),
8
 
                "skip-taskbar-hint", !xpad_settings_get_has_decorations (xpad_settings ()),
9
 
-               "type", GTK_WINDOW_TOPLEVEL,
10
 
+               //"type", GTK_WINDOW_TOPLEVEL,
11
 
                "type-hint", GDK_WINDOW_TYPE_HINT_NORMAL,
12
 
                "window-position", GTK_WIN_POS_MOUSE,
13
 
                "child", vbox,