aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/prefs_dlg.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-01-03 06:59:25 +0000
committerGuy Harris <guy@alum.mit.edu>2000-01-03 06:59:25 +0000
commit4096029a6678887f0e365f65da3aef593226efbe (patch)
tree765db407bb466c2b2ce7c103b504cd8771c04c45 /gtk/prefs_dlg.c
parent302c1164834d14e5b239f17b04e41c503c07605b (diff)
Take the "simple_dialog()" stuff out of "ui_util.h" and "gtk/ui_util.c",
and move it to "simple_dialog.h" and "gtk/simple_dialog.c". svn path=/trunk/; revision=1414
Diffstat (limited to 'gtk/prefs_dlg.c')
-rw-r--r--gtk/prefs_dlg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/prefs_dlg.c b/gtk/prefs_dlg.c
index 9f610d1705..2f381b408a 100644
--- a/gtk/prefs_dlg.c
+++ b/gtk/prefs_dlg.c
@@ -1,7 +1,7 @@
/* prefs_dlg.c
* Routines for handling preferences
*
- * $Id: prefs_dlg.c,v 1.7 2000/01/03 06:29:39 guy Exp $
+ * $Id: prefs_dlg.c,v 1.8 2000/01/03 06:59:23 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -55,7 +55,7 @@
#include "stream_prefs.h"
#include "gui_prefs.h"
#include "util.h"
-#include "ui_util.h"
+#include "simple_dialog.h"
static void prefs_main_ok_cb(GtkWidget *, gpointer);
static void prefs_main_save_cb(GtkWidget *, gpointer);