X-Git-Url: http://git.maemo.org/git/?p=watersofshiloah;a=blobdiff_plain;f=src%2Fmormonchannel_gtk.py;h=fe8af91d15d81ef44c9e3ad2f29e992bc9dd4569;hp=fec2469de2a92f09882040529a373b5e97b9f695;hb=c69c9c71893a1939397868a35a35d72b0f9e75d9;hpb=e713a0eebcc255c16bb8d1728368940bdac6f8d3 diff --git a/src/mormonchannel_gtk.py b/src/mormonchannel_gtk.py index fec2469..fe8af91 100755 --- a/src/mormonchannel_gtk.py +++ b/src/mormonchannel_gtk.py @@ -5,11 +5,10 @@ @todo Restructure so there is a windows/ folder with a file per source @todo Add additional sources @todo Track recent -@todo Sequential playback -@todo Enable Call Monitor @todo Audio seek bar @todo Persisted Pause @todo Favorites +@todo Sleep timer @todo Reverse order option. Toggle between playing ascending/descending chronological order @todo Podcast integration """ @@ -21,6 +20,8 @@ import logging import ConfigParser import gobject +import dbus +import dbus.mainloop.glib import gtk try: @@ -138,6 +139,7 @@ class MormonChannelProgram(hildonize.get_app_class()): def run(): gobject.threads_init() gtk.gdk.threads_init() + l = dbus.mainloop.glib.DBusGMainLoop(set_as_default=True) hildonize.set_application_title(constants.__pretty_app_name__) app = MormonChannelProgram()