2006-07-04 Alex Roitman <shura@gramps-project.org>
* src/GrampsWidgets.py (hand_cursor): Use HAND2 instead of HAND1. svn: r6990
This commit is contained in:
parent
ef734bd918
commit
fcdf547f21
@ -1,3 +1,6 @@
|
|||||||
|
2006-07-04 Alex Roitman <shura@gramps-project.org>
|
||||||
|
* src/GrampsWidgets.py (hand_cursor): Use HAND2 instead of HAND1.
|
||||||
|
|
||||||
2006-07-04 Don Allingham <don@gramps-project.org>
|
2006-07-04 Don Allingham <don@gramps-project.org>
|
||||||
* src/DataViews/_PlaceView.py (PlaceView.ui_definition):
|
* src/DataViews/_PlaceView.py (PlaceView.ui_definition):
|
||||||
add google maps to tool bar
|
add google maps to tool bar
|
||||||
|
@ -42,7 +42,7 @@ import Errors
|
|||||||
_lock_path = os.path.join(const.image_dir, 'stock_lock.png')
|
_lock_path = os.path.join(const.image_dir, 'stock_lock.png')
|
||||||
_lock_open_path = os.path.join(const.image_dir, 'stock_lock-open.png')
|
_lock_open_path = os.path.join(const.image_dir, 'stock_lock-open.png')
|
||||||
|
|
||||||
hand_cursor = gtk.gdk.Cursor(gtk.gdk.HAND1)
|
hand_cursor = gtk.gdk.Cursor(gtk.gdk.HAND2)
|
||||||
def realize_cb(widget):
|
def realize_cb(widget):
|
||||||
widget.window.set_cursor(hand_cursor)
|
widget.window.set_cursor(hand_cursor)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user