[Pkg-xfce-commits] r1667 - in desktop/trunk/xfce4-session/debian: . patches
corsac at alioth.debian.org
corsac at alioth.debian.org
Thu Feb 28 14:12:32 UTC 2008
Author: corsac
Date: 2008-02-28 14:12:31 +0000 (Thu, 28 Feb 2008)
New Revision: 1667
Added:
desktop/trunk/xfce4-session/debian/patches/05_fix-resize-simple-splash-engine.patch
Modified:
desktop/trunk/xfce4-session/debian/changelog
desktop/trunk/xfce4-session/debian/patches/series
Log:
* debian/patches: 05_fix-resize-simple-splash-engine added, fix resize in
simple engine config window. closes: #408445
Modified: desktop/trunk/xfce4-session/debian/changelog
===================================================================
--- desktop/trunk/xfce4-session/debian/changelog 2008-02-27 19:42:42 UTC (rev 1666)
+++ desktop/trunk/xfce4-session/debian/changelog 2008-02-28 14:12:31 UTC (rev 1667)
@@ -1,8 +1,10 @@
xfce4-session (4.4.2-2) UNRELEASED; urgency=low
* debian/copyright: don't ship complete GFDL text.
+ * debian/patches: 05_fix-resize-simple-splash-engine added, fix resize in
+ simple engine config window. closes: #408445
- -- Yves-Alexis Perez <corsac at debian.org> Wed, 19 Dec 2007 08:08:38 +0100
+ -- Yves-Alexis Perez <corsac at debian.org> Thu, 28 Feb 2008 14:21:51 +0100
xfce4-session (4.4.2-1) unstable; urgency=low
Added: desktop/trunk/xfce4-session/debian/patches/05_fix-resize-simple-splash-engine.patch
===================================================================
--- desktop/trunk/xfce4-session/debian/patches/05_fix-resize-simple-splash-engine.patch (rev 0)
+++ desktop/trunk/xfce4-session/debian/patches/05_fix-resize-simple-splash-engine.patch 2008-02-28 14:12:31 UTC (rev 1667)
@@ -0,0 +1,22 @@
+Index: xfce4-session/engines/simple/simple.c
+===================================================================
+--- xfce4-session/engines/simple/simple.c (revision 26398)
++++ xfce4-session/engines/simple/simple.c (revision 26399)
+@@ -429,7 +429,7 @@
+
+ entry = gtk_entry_new ();
+ gtk_table_attach (GTK_TABLE (table), entry, 0, 1, 1, 2,
+- GTK_FILL, GTK_FILL, 0, 0);
++ GTK_EXPAND | GTK_FILL, GTK_FILL, 0, 0);
+ gtk_widget_show (entry);
+
+ image = gtk_image_new_from_stock (GTK_STOCK_OPEN, GTK_ICON_SIZE_BUTTON);
+@@ -437,7 +437,7 @@
+ button = gtk_button_new ();
+ gtk_container_add (GTK_CONTAINER (button), image);
+ gtk_table_attach (GTK_TABLE (table), button, 1, 2, 1, 2,
+- GTK_EXPAND | GTK_FILL, GTK_FILL, 0, 0);
++ GTK_FILL, GTK_FILL, 0, 0);
+ gtk_widget_show (button);
+
+ path = xfsm_splash_rc_read_entry (config->rc, "Image", NULL);
Modified: desktop/trunk/xfce4-session/debian/patches/series
===================================================================
--- desktop/trunk/xfce4-session/debian/patches/series 2008-02-27 19:42:42 UTC (rev 1666)
+++ desktop/trunk/xfce4-session/debian/patches/series 2008-02-28 14:12:31 UTC (rev 1667)
@@ -2,3 +2,4 @@
02_use-mice-as-default-engine.patch
03_xfce4-session-manpage-typo.patch
04_xfce4-session-logout-manpage-typo.patch
+05_fix-resize-simple-splash-engine.patch
More information about the Pkg-xfce-commits
mailing list