aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_stream_dlg.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-09-26 02:09:44 +0000
committerGuy Harris <guy@alum.mit.edu>2003-09-26 02:09:44 +0000
commit59938a45fe143d4b4f862cf2dcebe66d727de44e (patch)
tree468c708281c137b584bb51d0f4df8c353c74a948 /gtk/rtp_stream_dlg.c
parent87d87ace4e628c8826391817f67a373af1712a4f (diff)
Assorted GUI cleanups.
svn path=/trunk/; revision=8544
Diffstat (limited to 'gtk/rtp_stream_dlg.c')
-rw-r--r--gtk/rtp_stream_dlg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/rtp_stream_dlg.c b/gtk/rtp_stream_dlg.c
index 8811cf3892..a7761387ef 100644
--- a/gtk/rtp_stream_dlg.c
+++ b/gtk/rtp_stream_dlg.c
@@ -1,7 +1,7 @@
/* rtp_stream_dlg.c
* RTP streams summary addition for ethereal
*
- * $Id: rtp_stream_dlg.c,v 1.1 2003/09/24 07:48:11 guy Exp $
+ * $Id: rtp_stream_dlg.c,v 1.2 2003/09/26 02:09:44 guy Exp $
*
* Copyright 2003, Alcatel Business Systems
* By Lars Ruoff <lars.ruoff@gmx.net>
@@ -501,7 +501,7 @@ static void rtpstream_dlg_create (void)
GtkWidget *bt_analyse;
GtkWidget *bt_close;
- rtpstream_dlg_w = gtk_dialog_new ();
+ rtpstream_dlg_w = gtk_window_new (GTK_WINDOW_TOPLEVEL);
gtk_window_set_title (GTK_WINDOW (rtpstream_dlg_w), "Ethereal: RTP Streams");
dialog_vbox1 = GTK_DIALOG (rtpstream_dlg_w)->vbox;