[gnome-music/wip/mschraal/gtk4: 80/132] notificationspopup: Remove show_all()



commit cacd5da9e55bb8cee0de404ec1959202da9d6d27
Author: Marinus Schraal <mschraal gnome org>
Date:   Thu Oct 31 13:22:00 2019 +0100

    notificationspopup: Remove show_all()

 gnomemusic/widgets/notificationspopup.py | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/gnomemusic/widgets/notificationspopup.py b/gnomemusic/widgets/notificationspopup.py
index 1827153f..4178d4e3 100644
--- a/gnomemusic/widgets/notificationspopup.py
+++ b/gnomemusic/widgets/notificationspopup.py
@@ -154,7 +154,6 @@ class LoadingNotification(Gtk.Grid):
     def push(self):
         """Increase the counter. Start notification if necessary."""
         def callback():
-            self.show_all()
             self.emit('visible')
 
         if self._counter == 0:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]