Skip to content

Commit

Permalink
[Frontend-GNOME] Disabled Stetic based ctor of QuickConnectDialog
Browse files Browse the repository at this point in the history
  • Loading branch information
meebey committed Oct 10, 2013
1 parent 1ff54ea commit 3b7871f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Frontend-GNOME/QuickConnectDialog.cs
Expand Up @@ -50,6 +50,7 @@ public partial class QuickConnectDialog : Gtk.Dialog
ServerWidget f_Widget;
#endif

#if !GTK_BUILDER
public QuickConnectDialog(Gtk.Window parent) :
base(null, parent,
Gtk.DialogFlags.DestroyWithParent)
Expand All @@ -63,7 +64,7 @@ public partial class QuickConnectDialog : Gtk.Dialog
Build();
Init(parent);
}

#else
public QuickConnectDialog(Gtk.Window parent, Gtk.Builder builder, IntPtr handle) :
base(handle)
{
Expand All @@ -81,6 +82,7 @@ public partial class QuickConnectDialog : Gtk.Dialog

ShowAll();
}
#endif

void Init(Gtk.Window parent)
{
Expand Down

0 comments on commit 3b7871f

Please sign in to comment.