diff options
author | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-11-13 14:07:53 +0800 |
---|---|---|
committer | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-11-13 14:07:53 +0800 |
commit | 6ffabda22ff38630e0d75966aad0672dfbdccd14 (patch) | |
tree | 06304d4367ef549ef390a8e870085e0db8a1a91d /x11 | |
parent | 0c09a4041a832316b132fa22da9f26ce15f69af0 (diff) | |
download | marcuscom-ports-6ffabda22ff38630e0d75966aad0672dfbdccd14.tar.gz marcuscom-ports-6ffabda22ff38630e0d75966aad0672dfbdccd14.tar.zst marcuscom-ports-6ffabda22ff38630e0d75966aad0672dfbdccd14.zip |
Fix for duplicate labels in the stickynotes.ui file.
There are many reports that this patch solves crash issue.
Obtained from: Gnome Bug 594797
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13212 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-applets/Makefile | 3 | ||||
-rw-r--r-- | x11/gnome-applets/files/patch-stickynotes_stickynotes.ui | 20 |
2 files changed, 22 insertions, 1 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index 10054c183..502fb7ce6 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-applets/Makefile,v 1.206 2009/09/08 17:57:39 kwm Exp $ +# $MCom: ports/x11/gnome-applets/Makefile,v 1.207 2009/09/21 09:55:02 kwm Exp $ # PORTNAME= gnome-applets PORTVERSION= 2.28.0 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/x11/gnome-applets/files/patch-stickynotes_stickynotes.ui b/x11/gnome-applets/files/patch-stickynotes_stickynotes.ui new file mode 100644 index 000000000..8323a6dd3 --- /dev/null +++ b/x11/gnome-applets/files/patch-stickynotes_stickynotes.ui @@ -0,0 +1,20 @@ +--- stickynotes/stickynotes.ui.orig 2009-11-13 13:13:28.000000000 +0800 ++++ stickynotes/stickynotes.ui 2009-11-13 13:15:23.000000000 +0800 +@@ -593,7 +593,7 @@ + </packing> + </child> + <child> +- <object class="GtkVBox" id="vbox1"> ++ <object class="GtkVBox" id="vbox3"> + <property name="visible">True</property> + <property name="orientation">vertical</property> + <child> +@@ -613,7 +613,7 @@ + </packing> + </child> + <child> +- <object class="GtkLabel" id="label1"> ++ <object class="GtkLabel" id="label2"> + <property name="visible">True</property> + <property name="xalign">0</property> + <property name="label" translatable="yes">This cannot be undone.</property> |