First go at using Gtk3. Everything builds but there is stuff (Pango modules) missing...
[moonshot-ui.git] / src / moonshot-identity-manager-app.vala
index 390e934..59b6a50 100644 (file)
@@ -7,6 +7,7 @@ class IdentityManagerApp : Window {
     private const int WINDOW_WIDTH = 400;
     private const int WINDOW_HEIGHT = 500;
     public void show() {
+               if (view != null)
         view.show();    
     }
     public IdentityManagerApp () {