Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Mac OS X: GtkOSXApplication 2.0.1 fixes (bug 1759)
  • Loading branch information
elelay authored and thp committed Jan 26, 2013
1 parent 4df82ed commit 9e34eb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gpodder/gtkui/main.py
Expand Up @@ -93,8 +93,8 @@
macapp = None
if gpodder.ui.osx and getattr(gtk.gdk, 'WINDOWING', 'x11') == 'quartz':
try:
from gtk_osxapplication import *
macapp = OSXApplication()
from gtkosx_application import *
macapp = Application()
except ImportError:
print >> sys.stderr, """
Warning: gtk-mac-integration not found, disabling native menus
Expand Down

0 comments on commit 9e34eb1

Please sign in to comment.