aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/proto_draw.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-06-01 17:33:37 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-06-01 17:33:37 +0000
commit14bf83c340c68b4711ba013bc4f1ed66b464bcaf (patch)
tree3814bde632cb726445e9ef78e7299d877616bce3 /gtk/proto_draw.c
parent09184b8a03224b26f18c09fb7eeae0333617a075 (diff)
downloadwireshark-14bf83c340c68b4711ba013bc4f1ed66b464bcaf.tar.gz
wireshark-14bf83c340c68b4711ba013bc4f1ed66b464bcaf.tar.bz2
wireshark-14bf83c340c68b4711ba013bc4f1ed66b464bcaf.zip
add details for doxygen, various code cleanups as a result of this
svn path=/trunk/; revision=11052
Diffstat (limited to 'gtk/proto_draw.c')
-rw-r--r--gtk/proto_draw.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/gtk/proto_draw.c b/gtk/proto_draw.c
index 7e682b086d..1562565724 100644
--- a/gtk/proto_draw.c
+++ b/gtk/proto_draw.c
@@ -1,7 +1,7 @@
/* proto_draw.c
* Routines for GTK+ packet display
*
- * $Id: proto_draw.c,v 1.103 2004/06/01 01:01:31 guy Exp $
+ * $Id: proto_draw.c,v 1.104 2004/06/01 17:33:37 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -891,11 +891,6 @@ void savehex_cb(GtkWidget * w _U_, gpointer data _U_)
*/
savehex_dlg = file_selection_new("Ethereal: Export Selected Packet Bytes", FILE_SELECTION_SAVE);
- /* If we've opened a file, start out by showing the files in the directory
- in which that file resided. */
- if (last_open_dir)
- file_selection_set_current_folder(savehex_dlg, last_open_dir);
-
/* label */
label = g_strdup_printf("Will save %u %s of raw binary data to specified file.",
end - start, plurality(end - start, "byte", "bytes"));