The problem was that simply calling Window.show() doesn't mean that the window
[moonshot-ui.git] / src / moonshot-identity-manager-app.vala
index a013cfb..0838f66 100644 (file)
@@ -67,7 +67,7 @@ public class IdentityManagerApp {
     private const int WINDOW_WIDTH = 400;
     private const int WINDOW_HEIGHT = 500;
     public void show() {
-        if (view != null) view.show();    
+        if (view != null) view.make_visible();
     }
        
     public IdentityManagerApp (bool headless, bool use_flat_file_store) {