Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/Test
diff options
context:
space:
mode:
authorRobert Nordan <rpvn@robpvn.net>2013-10-11 18:35:51 +0400
committerRobert Nordan <rpvn@robpvn.net>2013-10-11 18:35:51 +0400
commitfa2b553e81fa9b5e816241af071ccd11ae46b41a (patch)
treef8e06c55edde25f38c031fcbc1b0d4e36762958c /Test
parent48dd8759473a67720c45a08d5a6a94f83d53e1c6 (diff)
Have an empty window coming up
Diffstat (limited to 'Test')
-rw-r--r--Test/GuiTester/Main.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/GuiTester/Main.cs b/Test/GuiTester/Main.cs
index d26f452..849ce64 100644
--- a/Test/GuiTester/Main.cs
+++ b/Test/GuiTester/Main.cs
@@ -39,7 +39,7 @@ namespace GuiTester
AddinManagerWindow.AllowInstall = false;
Gtk.Window win = new Gtk.Window (Gtk.WindowType.Toplevel);
- win.Show ();
+// win.Show ();
AddinManagerWindow.Run (win);