aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_dlg.c
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2011-07-20 12:51:57 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2011-07-20 12:51:57 +0000
commit7a16d2fa872872d34f307a2be6adb0350907d26d (patch)
tree4b96693781c9fd469cd0c31c107bc7ef67f4ff2e /gtk/capture_dlg.c
parent3a88c5c7dd96d3dcbde00e221e35e6f7d76053fd (diff)
Synchronize the selection of interfaces between the main welcome
window, the capture/interface dialog box and the capture / start menu item. Obtained from Irene Ruengeler. svn path=/trunk/; revision=38133
Diffstat (limited to 'gtk/capture_dlg.c')
-rw-r--r--gtk/capture_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/capture_dlg.c b/gtk/capture_dlg.c
index f57bc9834b..bc679ec46b 100644
--- a/gtk/capture_dlg.c
+++ b/gtk/capture_dlg.c
@@ -2689,7 +2689,7 @@ capture_start_cb(GtkWidget *w _U_, gpointer d _U_)
#endif
if (get_interfaces_dialog_window()) {
- window_destroy(get_interfaces_dialog_window());
+ window_destroy(GTK_WIDGET(get_interfaces_dialog_window()));
}
if (cap_open_w) {