From db9fc195b2edb685ec14e874ceed38061941a68d Mon Sep 17 00:00:00 2001 From: Steven M. Parrish Date: Wed, 27 Oct 2010 17:46:09 +0000 Subject: Adjust menu delay, replace epiphany with pidgin --- diff --git a/modules/gnome/kspkglist.50.gnome.inc b/modules/gnome/kspkglist.50.gnome.inc index 9971ba3..299443a 100644 --- a/modules/gnome/kspkglist.50.gnome.inc +++ b/modules/gnome/kspkglist.50.gnome.inc @@ -21,7 +21,7 @@ batterymon # internet xulrunner firefox -empathy +pidgin # office abiword diff --git a/rpms/sugar-toolkit/kill-the-delayed-menus-for-good.patch b/rpms/sugar-toolkit/kill-the-delayed-menus-for-good.patch index 43da274..b831b7f 100644 --- a/rpms/sugar-toolkit/kill-the-delayed-menus-for-good.patch +++ b/rpms/sugar-toolkit/kill-the-delayed-menus-for-good.patch @@ -77,7 +77,7 @@ index bb2b605..466edef 100644 self._menu_content_separator = gtk.HSeparator() - self._secondary_anim = animator.Animator(2.0, 10) -+ self._secondary_anim = animator.Animator(0.0, 10) ++ self._secondary_anim = animator.Animator(1.0, 10) self._secondary_anim.add(_SecondaryAnimation(self)) # we init after initializing all of our containers @@ -95,7 +95,7 @@ index 3049f55..4bc07e2 100644 self._popup_anim.add(_PopupAnimation(self)) - self._popdown_anim = animator.Animator(0.6, 10) -+ self._popdown_anim = animator.Animator(0.0, 10) ++ self._popdown_anim = animator.Animator(0.6, 10) self._popdown_anim.add(_PopdownAnimation(self)) gobject.GObject.__init__(self, **kwargs) -- cgit v0.9.1