menu: remove debug message
This commit is contained in:
parent
b0ea975b25
commit
7951f6ded2
|
@ -201,7 +201,6 @@ class fpdb:
|
||||||
# although not perfect, it seems to be the least instrusive.
|
# although not perfect, it seems to be the least instrusive.
|
||||||
baseNormStyle = eventBox.get_style().base[gtk.STATE_INSENSITIVE]
|
baseNormStyle = eventBox.get_style().base[gtk.STATE_INSENSITIVE]
|
||||||
if baseNormStyle:
|
if baseNormStyle:
|
||||||
print baseNormStyle
|
|
||||||
eventBox.modify_bg(gtk.STATE_ACTIVE, gtk.gdk.color_parse(str(baseNormStyle)))
|
eventBox.modify_bg(gtk.STATE_ACTIVE, gtk.gdk.color_parse(str(baseNormStyle)))
|
||||||
|
|
||||||
if nb.get_n_pages() > 0:
|
if nb.get_n_pages() > 0:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user