Pychecker fixes
svn: r1010
This commit is contained in:
parent
caa2d7ea9b
commit
601d5a1762
@ -301,9 +301,11 @@ class PedigreeView:
|
|||||||
return 1
|
return 1
|
||||||
elif event.type == GDK.ENTER_NOTIFY:
|
elif event.type == GDK.ENTER_NOTIFY:
|
||||||
self.expand_box(obj)
|
self.expand_box(obj)
|
||||||
|
return 0
|
||||||
elif event.type == GDK.LEAVE_NOTIFY:
|
elif event.type == GDK.LEAVE_NOTIFY:
|
||||||
self.shrink_box(obj)
|
self.shrink_box(obj)
|
||||||
|
return 0
|
||||||
|
return 0
|
||||||
def shrink_box(self,obj):
|
def shrink_box(self,obj):
|
||||||
"""Shrink an exanded box back down to normal size"""
|
"""Shrink an exanded box back down to normal size"""
|
||||||
|
|
||||||
|
@ -31,13 +31,6 @@ import GTK
|
|||||||
import GDK
|
import GDK
|
||||||
import gnome.ui
|
import gnome.ui
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
#
|
|
||||||
# Standard python modules
|
|
||||||
#
|
|
||||||
#-------------------------------------------------------------------------
|
|
||||||
import string
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
# Gramps modules
|
# Gramps modules
|
||||||
|
Loading…
x
Reference in New Issue
Block a user