r45329 - in /desktop/unstable/gnome-panel/debian: changelog patches/series patches/update_size_hints.patch

mitya57 at users.alioth.debian.org mitya57 at users.alioth.debian.org
Sun Jun 21 14:12:29 UTC 2015


Author: mitya57
Date: Sun Jun 21 14:12:28 2015
New Revision: 45329

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=45329
Log:
Backport upstream patch to fix crash when changing panel properties
(update_size_hints.patch).

Added:
    desktop/unstable/gnome-panel/debian/patches/update_size_hints.patch
Modified:
    desktop/unstable/gnome-panel/debian/changelog
    desktop/unstable/gnome-panel/debian/patches/series

Modified: desktop/unstable/gnome-panel/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/changelog?rev=45329&op=diff
==============================================================================
--- desktop/unstable/gnome-panel/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-panel/debian/changelog	[utf-8] Sun Jun 21 14:12:28 2015
@@ -2,6 +2,8 @@
 
   * Drop debian/gnome-panel-data.maintscript, it was only needed for
     upgrades from pre-wheezy.
+  * Backport upstream patch to fix crash when changing panel properties
+    (update_size_hints.patch).
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Sat, 20 Jun 2015 11:10:08 +0300
 

Modified: desktop/unstable/gnome-panel/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/patches/series?rev=45329&op=diff
==============================================================================
--- desktop/unstable/gnome-panel/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/gnome-panel/debian/patches/series	[utf-8] Sun Jun 21 14:12:28 2015
@@ -1 +1,2 @@
 fix_typelibdir.patch
+update_size_hints.patch

Added: desktop/unstable/gnome-panel/debian/patches/update_size_hints.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/patches/update_size_hints.patch?rev=45329&op=file
==============================================================================
--- desktop/unstable/gnome-panel/debian/patches/update_size_hints.patch	(added)
+++ desktop/unstable/gnome-panel/debian/patches/update_size_hints.patch	[utf-8] Sun Jun 21 14:12:28 2015
@@ -0,0 +1,16 @@
+Description: panel-widget: update size hints in panel_widget_set_packed
+Origin: upstream, https://git.gnome.org/browse/gnome-panel/commit/?id=c353baa840ef60c3
+Bug-Upstream: https://bugzilla.gnome.org/show_bug.cgi?id=751062
+Last-Update: 2015-06-21
+
+--- a/gnome-panel/panel-widget.c
++++ b/gnome-panel/panel-widget.c
+@@ -2523,6 +2523,8 @@
+ {
+ 	panel_widget->packed = packed;
+ 
++	panel_widget_update_size_hints_for_toplevel (panel_widget);
++
+ 	gtk_widget_queue_resize (GTK_WIDGET (panel_widget));
+ }
+ 




More information about the pkg-gnome-commits mailing list