Specific GTKRC name
This commit is contained in:
parent
3f63fac7ed
commit
b9bb28eb61
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
mintmenu (5.0.9) julia; urgency=low
|
||||
|
||||
* Added GTK RC name to mintmenu (allows GTK themes to have mintMenu specific sections)
|
||||
|
||||
-- Clement Lefebvre <root@linuxmint.com> Fri, 17 Sep 2010 14:54:00 +0000
|
||||
|
||||
mintmenu (5.0.8) julia; urgency=low
|
||||
|
||||
* Added GTK Themes support and configuration
|
||||
|
@ -523,6 +523,8 @@ class MenuWin( object ):
|
||||
self.mainwin.window.connect( "unmap-event", lambda *args: self.applet.set_state( gtk.STATE_NORMAL ) )
|
||||
self.mainwin.window.connect( "size-allocate", lambda *args: self.positionMenu() )
|
||||
|
||||
self.mainwin.window.set_name("mintmenu") # Name used in Gtk RC files
|
||||
|
||||
icon = iconManager.getIcon( self.mainwin.icon, 1 )
|
||||
if icon:
|
||||
gtk.window_set_default_icon( icon )
|
||||
|
Loading…
Reference in New Issue
Block a user