Changed hover delay from 150 to 50ms

This commit is contained in:
Clement Lefebvre 2009-11-20 15:00:56 +00:00
parent 5c7d1389e9
commit f3ffe4c4c6
16 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
mintmenu (4.9.0) helena; urgency=low
* Changed hover delay from 150 to 50ms
-- Clement Lefebvre <root@linuxmint.com> Fri, 29 Nov 2009 14:59:00 +0000
mintmenu (4.8.9) helena; urgency=low
* Inverted labels between name and path in the edit places dialog in preferences

View File

@ -433,7 +433,7 @@ class pluginclass( object ):
self.favCols = self.gconf.get( "int", "fav_cols", 2 )
self.swapgeneric = self.gconf.get( "bool", "swap_generic_name", False )
self.showcategoryicons = self.gconf.get( "bool", "show_category_icons", True )
self.categoryhoverdelay = self.gconf.get( "int", "category_hover_delay", 150 )
self.categoryhoverdelay = self.gconf.get( "int", "category_hover_delay", 50 )
self.showapplicationcomments = self.gconf.get( "bool", "show_application_comments", True )
self.lastActiveTab = self.gconf.get( "int", "last_active_tab", 0 )