[polari] app: Remove hack to register FixedSizeFrame gtype
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari] app: Remove hack to register FixedSizeFrame gtype
- Date: Mon, 25 Jan 2016 17:05:50 +0000 (UTC)
commit 9da70d971b0e2675d55112e7420a89c6f3500d4e
Author: Florian Müllner <fmuellner gnome org>
Date: Wed Jan 20 00:28:47 2016 +0100
app: Remove hack to register FixedSizeFrame gtype
It's no longer necessary, since the type doesn't require an external
typelib anymore.
src/application.js | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/application.js b/src/application.js
index 3d67ad7..31a4e5a 100644
--- a/src/application.js
+++ b/src/application.js
@@ -35,9 +35,6 @@ const Application = new Lang.Class({
vfunc_startup: function() {
this.parent();
- let w = new MainWindow.FixedSizeFrame(); // register gtype
- w.destroy();
-
this._chatroomManager = ChatroomManager.getDefault();
this._accountsMonitor = AccountsMonitor.getDefault();
this._networkMonitor = Gio.NetworkMonitor.get_default();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]