[gnome-music/wip/mschraal/gtk4: 11/52] window: Disable window placement
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/mschraal/gtk4: 11/52] window: Disable window placement
- Date: Thu, 31 Oct 2019 15:38:39 +0000 (UTC)
commit 645357422978407fd97f56dc8f769fd54771732e
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 49681a54..f452b1a9 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(select_none)
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]