aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/profile_dlg.c
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2008-10-27 04:47:57 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2008-10-27 04:47:57 +0000
commit92ced39898f8980ddc52a4f0aacb432c5d9258fa (patch)
tree2751ea93785d63f9b3e18491db9a4acf9999f162 /gtk/profile_dlg.c
parentbe028022a2183f0fa9cf071c1b0fffd08266c64a (diff)
ETH -> WS updates.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26570 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/profile_dlg.c')
-rw-r--r--gtk/profile_dlg.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/gtk/profile_dlg.c b/gtk/profile_dlg.c
index 96f5f8d912..f0751e25f3 100644
--- a/gtk/profile_dlg.c
+++ b/gtk/profile_dlg.c
@@ -154,8 +154,8 @@ copy_profile_list(void)
static GtkTreeIter *
fill_list(GtkWidget *main_w)
{
- ETH_DIR *dir; /* scanned directory */
- ETH_DIRENT *file; /* current file */
+ WS_DIR *dir; /* scanned directory */
+ WS_DIRENT *file; /* current file */
GList *fl_entry;
profile_def *profile;
GtkTreeView *profile_l;
@@ -841,7 +841,7 @@ profile_dialog_new(void)
}
-static void
+static void
select_profile_cb (GtkWidget *w _U_, gpointer data)
{
const gchar *current_profile = get_profile_name ();
@@ -858,8 +858,8 @@ profile_show_popup_cb (GtkWidget *w _U_, GdkEvent *event)
GdkEventButton *bevent = (GdkEventButton *)event;
const gchar *profile_name = get_profile_name ();
const gchar *profiles_dir, *name;
- ETH_DIR *dir; /* scanned directory */
- ETH_DIRENT *file; /* current file */
+ WS_DIR *dir; /* scanned directory */
+ WS_DIRENT *file; /* current file */
GtkWidget *menu;
GtkWidget *menu_item;
@@ -897,7 +897,7 @@ profile_show_popup_cb (GtkWidget *w _U_, GdkEvent *event)
gtk_menu_popup (GTK_MENU(menu), NULL, NULL, NULL, NULL,
bevent->button, bevent->time);
-
+
return TRUE;
}