From 0403d6b2de26a6a675cca73d922dde8cc0efa15a Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 15 Jun 2006 17:51:15 +0000 Subject: 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 --- deskutils/deskbar-applet/Makefile | 5 +++-- .../files/patch-deskbar_ui_cuemiac_CuemiacPopupEntry.py | 17 +++++++++++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 deskutils/deskbar-applet/files/patch-deskbar_ui_cuemiac_CuemiacPopupEntry.py 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 # -# $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 -- cgit v1.2.3