[gnome-music/wip/mschraal/gtk4: 87/143] window: Disable window placement
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/mschraal/gtk4: 87/143] window: Disable window placement
- Date: Sun, 19 Jan 2020 10:51:36 +0000 (UTC)
commit 7724aab58780806baae5fae1649d17633759dbf6
Author: Marinus Schraal <mschraal gnome org>
Date: Thu Oct 31 13:22:59 2019 +0100
window: Disable window placement
Apparently it changed as well.
gnomemusic/window.py | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/gnomemusic/window.py b/gnomemusic/window.py
index 7e194e8a..d33e7a2f 100644
--- a/gnomemusic/window.py
+++ b/gnomemusic/window.py
@@ -44,7 +44,7 @@ from gnomemusic.widgets.playertoolbar import PlayerToolbar
from gnomemusic.widgets.playlistdialog import PlaylistDialog
from gnomemusic.widgets.searchheaderbar import SearchHeaderBar
from gnomemusic.widgets.selectiontoolbar import SelectionToolbar # noqa: F401
-from gnomemusic.windowplacement import WindowPlacement
+# from gnomemusic.windowplacement import WindowPlacement
import logging
logger = logging.getLogger(__name__)
@@ -92,7 +92,8 @@ class Window(Gtk.ApplicationWindow):
self.add_action(deselect_all)
self.set_size_request(200, 100)
- WindowPlacement(self)
+ # FIXME: Rework placement.
+ # WindowPlacement(self)
self._current_view = None
self._view_before_search = None
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]