moonshot-identity-manager-app: Do not create 2 GtkWindows
authorJavier Jardón <jjardon@gnome.org>
Thu, 26 Jan 2012 22:32:01 +0000 (22:32 +0000)
committerJavier Jardón <jjardon@gnome.org>
Thu, 26 Jan 2012 22:33:36 +0000 (22:33 +0000)
The main GtkWindow is IdentityManagerView

src/moonshot-identity-manager-app.vala

index db0b08e..f9fcfb2 100644 (file)
@@ -1,7 +1,7 @@
 using Gtk;
 
 
-class IdentityManagerApp : Window {
+class IdentityManagerApp {
     public IdentityManagerModel model;
     private IdentityManagerView view;
     private MoonshotServer ipc_server;