diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-06-16 01:51:15 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-06-16 01:51:15 +0800 |
commit | 0403d6b2de26a6a675cca73d922dde8cc0efa15a (patch) | |
tree | 664f9039c6e7f7982da4c3a2f62eb198e7951f10 /deskutils | |
parent | 991fa67c7583ea3d767655a7587e69465da30047 (diff) | |
download | marcuscom-ports-0403d6b2de26a6a675cca73d922dde8cc0efa15a.tar marcuscom-ports-0403d6b2de26a6a675cca73d922dde8cc0efa15a.tar.gz marcuscom-ports-0403d6b2de26a6a675cca73d922dde8cc0efa15a.tar.bz2 marcuscom-ports-0403d6b2de26a6a675cca73d922dde8cc0efa15a.tar.lz marcuscom-ports-0403d6b2de26a6a675cca73d922dde8cc0efa15a.tar.xz marcuscom-ports-0403d6b2de26a6a675cca73d922dde8cc0efa15a.tar.zst marcuscom-ports-0403d6b2de26a6a675cca73d922dde8cc0efa15a.zip |
Attempt to fix a crash that occurs after typing in any search text.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6449 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/deskbar-applet/Makefile | 5 | ||||
-rw-r--r-- | deskutils/deskbar-applet/files/patch-deskbar_ui_cuemiac_CuemiacPopupEntry.py | 17 |
2 files changed, 20 insertions, 2 deletions
diff --git a/deskutils/deskbar-applet/Makefile b/deskutils/deskbar-applet/Makefile index b4312b8aa..7f19c8ee6 100644 --- a/deskutils/deskbar-applet/Makefile +++ b/deskutils/deskbar-applet/Makefile @@ -2,12 +2,13 @@ # Date created: 2005-07-13 # Whom: Michael Johnson <ahze@FreeBSD.org> # -# $FreeBSD: ports/deskutils/deskbar-applet/Makefile,v 1.10 2006/04/30 00:46:46 marcus Exp $ -# $MCom: ports/deskutils/deskbar-applet/Makefile,v 1.28 2006/05/29 23:22:13 marcus Exp $ +# $FreeBSD$ +# $MCom: ports/deskutils/deskbar-applet/Makefile,v 1.29 2006/06/13 05:48:37 marcus Exp $ # PORTNAME= deskbar-applet PORTVERSION= 2.15.3 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/deskutils/deskbar-applet/files/patch-deskbar_ui_cuemiac_CuemiacPopupEntry.py b/deskutils/deskbar-applet/files/patch-deskbar_ui_cuemiac_CuemiacPopupEntry.py new file mode 100644 index 000000000..784133fbc --- /dev/null +++ b/deskutils/deskbar-applet/files/patch-deskbar_ui_cuemiac_CuemiacPopupEntry.py @@ -0,0 +1,17 @@ +--- deskbar/ui/cuemiac/CuemiacPopupEntry.py.orig Thu Jun 15 13:47:05 2006 ++++ deskbar/ui/cuemiac/CuemiacPopupEntry.py Thu Jun 15 13:47:17 2006 +@@ -115,11 +115,12 @@ class CuemiacPopupEntry (CuemiacLayoutPr + print "WARNING in CuemiacEntryPopup : No toplevel window for entry!" + return + ++ self.popup_window.update_position() ++ self.popup_window.show_all() ++ + self.view.realize() + self.selection.unselect_all() + +- self.popup_window.update_position() +- self.popup_window.show_all () + self.view.grab_focus() + + # Grab pointer |