r24984 - /desktop/unstable/gnome-panel/debian/patches/03_tasklist_orientation.patch
joss at users.alioth.debian.org
joss at users.alioth.debian.org
Mon Aug 16 22:10:23 UTC 2010
Author: joss
Date: Mon Aug 16 22:10:23 2010
New Revision: 24984
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=24984
Log:
03_tasklist_orientation.patch: set the necessary macro to use
non-upstreamed API.
Modified:
desktop/unstable/gnome-panel/debian/patches/03_tasklist_orientation.patch
Modified: desktop/unstable/gnome-panel/debian/patches/03_tasklist_orientation.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/patches/03_tasklist_orientation.patch?rev=24984&op=diff
==============================================================================
--- desktop/unstable/gnome-panel/debian/patches/03_tasklist_orientation.patch [utf-8] (original)
+++ desktop/unstable/gnome-panel/debian/patches/03_tasklist_orientation.patch [utf-8] Mon Aug 16 22:10:23 2010
@@ -1,9 +1,19 @@
Debian #524117
GNOME #513347
---- gnome-panel-2.28.0-orig/applets/wncklet/window-list.c 2009-08-11 14:59:46.000000000 +0000
-+++ gnome-panel-2.28.0/applets/wncklet/window-list.c 2009-12-30 14:46:13.000000000 +0000
-@@ -130,7 +130,7 @@
+Index: gnome-panel-2.30.2/applets/wncklet/window-list.c
+===================================================================
+--- gnome-panel-2.30.2.orig/applets/wncklet/window-list.c 2010-06-22 19:27:02.000000000 +0200
++++ gnome-panel-2.30.2/applets/wncklet/window-list.c 2010-08-17 00:09:45.942053595 +0200
+@@ -9,6 +9,7 @@
+ */
+
+ #define WNCK_I_KNOW_THIS_IS_UNSTABLE 1
++#define WNCK_I_KNOW_THIS_IS_NOT_UPSTREAM 1
+
+ #ifdef HAVE_CONFIG_H
+ #include <config.h>
+@@ -130,7 +131,7 @@ applet_change_orient (PanelApplet
return;
tasklist->orientation = new_orient;
@@ -12,7 +22,7 @@
tasklist_update (tasklist);
}
-@@ -518,7 +518,8 @@
+@@ -518,7 +519,8 @@ window_list_applet_fill (PanelApplet *ap
}
tasklist->tasklist = wnck_tasklist_new (NULL);
More information about the pkg-gnome-commits
mailing list