summaryrefslogtreecommitdiff
path: root/src/gui/gtk/gui_gtk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gtk/gui_gtk.c')
-rw-r--r--src/gui/gtk/gui_gtk.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/gtk/gui_gtk.c b/src/gui/gtk/gui_gtk.c
index b29e780f..41801d51 100644
--- a/src/gui/gtk/gui_gtk.c
+++ b/src/gui/gtk/gui_gtk.c
@@ -82,10 +82,14 @@ void on_Orientation_toggled(GtkWidget *widget, gpointer user_data)
void on_Destination_clicked(GtkWidget *widget, gpointer user_data)
{
+ GtkWidget *dest;
struct container *co;
co=get_container(widget);
+ dest=glade_xml_get_widget(GLADE_XML(co->win),"destinationwindow");
+ gtk_widget_show_all(GTK_WIDGET(dest));
destination_address(co);
+
}
void on_Quit_clicked(GtkWidget *widget, gpointer user_data)