Skip to content

Instantly share code, notes, and snippets.

@shivanipods
Created August 14, 2013 15:12
Show Gist options
  • Save shivanipods/6231998 to your computer and use it in GitHub Desktop.
Save shivanipods/6231998 to your computer and use it in GitHub Desktop.
diff --git a/gnomemusic/window.py b/gnomemusic/window.py
index a603da7..d38133d 100644
--- a/gnomemusic/window.py
+++ b/gnomemusic/window.py
@@ -19,6 +19,7 @@ class Window(Gtk.ApplicationWindow):
Gtk.ApplicationWindow.__init__(self,
application=app,
title=_("Music"))
+ self.connect('focus-in-event', self._windows_focus_cb)
settings = Gio.Settings('org.gnome.Music')
self.add_action(settings.create_action('repeat'))
self.set_size_request(887, 640)
diff --git a/libgd b/libgd
--- a/libgd
+++ b/libgd
@@ -1 +1 @@
-Subproject commit f3822bc9fa387076a8005fb2665cc13390055156
+Subproject commit f3822bc9fa387076a8005fb2665cc13390055156-dirty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment