FEATURE: Added manual theme loading (commented out)
git-svn-id: http://www.neo1973-germany.de/svn@92 46df4e5c-bc4e-4628-a0fc-830ba316316d
This commit is contained in:
parent
b0d2be73a9
commit
d515d0a41c
1 changed files with 5 additions and 0 deletions
|
@ -34,6 +34,11 @@ def main():
|
|||
gtk.gdk.threads_leave()
|
||||
|
||||
if (__name__ == '__main__'):
|
||||
#print "reparsing GTK theme"
|
||||
#print gtk.rc_parse('/usr/share/themes/Moko/gtk-2.0/gtkrc')
|
||||
#print gtk.rc_reparse_all()
|
||||
#print "done."
|
||||
|
||||
gtk.gdk.threads_init()
|
||||
gtk.gdk.threads_enter()
|
||||
|
||||
|
|
Loading…
Reference in a new issue