r20415 - in /desktop/unstable/gdl/debian: changelog patches/10_gtk_widget_show.patch

dktrkranz-guest at users.alioth.debian.org dktrkranz-guest at users.alioth.debian.org
Fri Jun 19 13:49:44 UTC 2009


Author: dktrkranz-guest
Date: Fri Jun 19 13:49:43 2009
New Revision: 20415

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=20415
Log:
debian/patches/10_gtk_widget_show.patch:
- Show requestor when docking to a GdlDockPaned.

Added:
    desktop/unstable/gdl/debian/patches/10_gtk_widget_show.patch
Modified:
    desktop/unstable/gdl/debian/changelog

Modified: desktop/unstable/gdl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdl/debian/changelog?rev=20415&op=diff
==============================================================================
--- desktop/unstable/gdl/debian/changelog (original)
+++ desktop/unstable/gdl/debian/changelog Fri Jun 19 13:49:43 2009
@@ -8,10 +8,12 @@
   * debian/copyright:
     - Add Copyright notice listing copyright holders.
     - Licensed under GPLv2, adjust link to common licenses accordingly.
+  * debian/patches/10_gtk_widget_show.patch:
+    - Show requestor when docking to a GdlDockPaned.
   * debian/control.in
     - Bump Standards-Version to 3.8.2, no changes required.
 
- -- Luca Falavigna <dktrkranz at ubuntu.com>  Fri, 19 Jun 2009 13:31:30 +0000
+ -- Luca Falavigna <dktrkranz at ubuntu.com>  Fri, 19 Jun 2009 13:48:54 +0000
 
 gdl (2.24.0-4) unstable; urgency=low
 

Added: desktop/unstable/gdl/debian/patches/10_gtk_widget_show.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdl/debian/patches/10_gtk_widget_show.patch?rev=20415&op=file
==============================================================================
--- desktop/unstable/gdl/debian/patches/10_gtk_widget_show.patch (added)
+++ desktop/unstable/gdl/debian/patches/10_gtk_widget_show.patch Fri Jun 19 13:49:43 2009
@@ -1,0 +1,15 @@
+Description: Show requestor when docking to a GdlDockPaned
+Origin: upstream
+Bug-GNOME: #584418
+
+diff -Nur -x '*.orig' -x '*~' gdl-2.26.2/gdl/gdl-dock-paned.c gdl-2.26.2.new/gdl/gdl-dock-paned.c
+--- gdl-2.26.2/gdl/gdl-dock-paned.c	2009-04-17 08:29:22.000000000 +0000
++++ gdl-2.26.2.new/gdl/gdl-dock-paned.c	2009-06-19 13:42:31.000000000 +0000
+@@ -584,6 +584,7 @@
+     }
+     else {
+         gdl_dock_item_show_grip (GDL_DOCK_ITEM (requestor));
++        gtk_widget_show (GTK_WIDGET (requestor));
+         GDL_DOCK_OBJECT_SET_FLAGS (requestor, GDL_DOCK_ATTACHED);
+     }
+ }




More information about the pkg-gnome-commits mailing list