Ignore:
Timestamp:
02/25/12 13:40:17 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

The status icon and hiding/showing the window works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/gui/common.py

    r28 r29  
    99    pygobject = False
    1010    import pygtk
     11    import gtk.gdk as gdk
    1112    import gtk
    1213    import gobject
     
    1920    print "Using PyGObject"
    2021    pygobject = True
     22    from gi.repository import Gdk as gdk
    2123    from gi.repository import Gtk as gtk
    2224    from gi.repository import GObject as gobject
Note: See TracChangeset for help on using the changeset viewer.