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:
Alex Roitman 2006-07-04 17:58:14 +00:00
parent ef734bd918
commit fcdf547f21
2 changed files with 4 additions and 1 deletions

View File

@ -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>
* src/DataViews/_PlaceView.py (PlaceView.ui_definition):
add google maps to tool bar

View File

@ -42,7 +42,7 @@ import Errors
_lock_path = os.path.join(const.image_dir, 'stock_lock.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):
widget.window.set_cursor(hand_cursor)