- fix sticky notes, it was crashing when a new note was created
patch from opensolaris
This commit is contained in:
parent
c816b0ee0c
commit
b34b690f9b
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.78 2009/10/20 21:52:51 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.79 2009/11/10 17:56:24 jasper Exp $
|
||||
|
||||
COMMENT-main= applets for use with the GNOME panel
|
||||
COMMENT-battstat= GNOME applet for monitoring battery level
|
||||
@ -6,7 +6,7 @@ COMMENT-battstat= GNOME applet for monitoring battery level
|
||||
GNOME_PROJECT= gnome-applets
|
||||
GNOME_VERSION= 2.28.0
|
||||
|
||||
PKGNAME-main= gnome-applets2-${VERSION}p2
|
||||
PKGNAME-main= gnome-applets2-${VERSION}p3
|
||||
PKGNAME-battstat= gnome-applets2-battstat-${VERSION}p0
|
||||
|
||||
CATEGORIES= x11
|
||||
|
25
x11/gnome/applets2/patches/patch-stickynotes_stickynotes_ui
Normal file
25
x11/gnome/applets2/patches/patch-stickynotes_stickynotes_ui
Normal file
@ -0,0 +1,25 @@
|
||||
$OpenBSD: patch-stickynotes_stickynotes_ui,v 1.1 2009/11/10 17:56:24 jasper Exp $
|
||||
|
||||
Fix crash of stickynotes. Patch from Open Solaris'
|
||||
gnome-applets-07-stickynotes-crash.diff
|
||||
|
||||
--- stickynotes/stickynotes.ui.orig Mon Nov 9 18:31:32 2009
|
||||
+++ stickynotes/stickynotes.ui Mon Nov 9 18:31:48 2009
|
||||
@@ -474,7 +474,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>
|
||||
@@ -494,7 +494,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>
|
Loading…
Reference in New Issue
Block a user