public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in xfce-base/xfce4-panel/files: xfce4-panel-4.4.1-gtk212.patch digest-xfce4-panel-4.4.1-r1
@ 2007-10-21  9:28 Samuli Suominen (drac)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (drac) @ 2007-10-21  9:28 UTC (permalink / raw
  To: gentoo-commits

drac        07/10/21 09:28:21

  Added:                xfce4-panel-4.4.1-gtk212.patch
                        digest-xfce4-panel-4.4.1-r1
  Log:
  Fix panel crashing with GTK+-2.12 when removing one. Thanks to Debian maintainer Corsac for letting us know.
  (Portage version: 2.1.3.15)

Revision  Changes    Path
1.1                  xfce-base/xfce4-panel/files/xfce4-panel-4.4.1-gtk212.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-panel/files/xfce4-panel-4.4.1-gtk212.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-panel/files/xfce4-panel-4.4.1-gtk212.patch?rev=1.1&content-type=text/plain

Index: xfce4-panel-4.4.1-gtk212.patch
===================================================================
Index: xfce4-panel/panel/panel-dialogs.c
===================================================================
--- xfce4-panel/panel/panel-dialogs.c	(revision 26045)
+++ xfce4-panel/panel/panel-dialogs.c	(revision 26046)
@@ -1429,7 +1429,7 @@
 {
     int n = gtk_combo_box_get_active (combo);
 
-    if (n == pmd->current)
+    if (n == pmd->current || n < 0)
         return;
 
     pmd->current = n;



1.1                  xfce-base/xfce4-panel/files/digest-xfce4-panel-4.4.1-r1

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-panel/files/digest-xfce4-panel-4.4.1-r1?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/xfce4-panel/files/digest-xfce4-panel-4.4.1-r1?rev=1.1&content-type=text/plain

Index: digest-xfce4-panel-4.4.1-r1
===================================================================
MD5 56b3137c190dd722dd5109be03901feb xfce4-panel-4.4.1.tar.bz2 767669
RMD160 53d804b18b363e3571d065435163a6f74df6b3ed xfce4-panel-4.4.1.tar.bz2 767669
SHA256 a84cfc376b1c15f941177d5189668694db365591a4132cbd4d1ac5c7da3f43fa xfce4-panel-4.4.1.tar.bz2 767669



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-10-21  9:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-21  9:28 [gentoo-commits] gentoo-x86 commit in xfce-base/xfce4-panel/files: xfce4-panel-4.4.1-gtk212.patch digest-xfce4-panel-4.4.1-r1 Samuli Suominen (drac)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox