aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2008-10-27 04:47:57 +0000
committerGerald Combs <gerald@wireshark.org>2008-10-27 04:47:57 +0000
commit09bf9e694629b37f201467b988589573f5c3acf9 (patch)
tree2751ea93785d63f9b3e18491db9a4acf9999f162 /gtk
parentb8b74f901ddcf364155fefdd62229b26fd945e7f (diff)
ETH -> WS updates.
svn path=/trunk/; revision=26570
Diffstat (limited to 'gtk')
-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;
}