aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/follow_stream.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-07-11 18:35:36 +0000
committerGerald Combs <gerald@wireshark.org>2011-07-11 18:35:36 +0000
commit5ad2293f4036678eefbe9a3c6239a05b52d9d282 (patch)
tree53535560f5a45f4af086db485bbd058175d4b15b /gtk/follow_stream.c
parent2c469e3714c36cc39099394042d7e8f85f8ef371 (diff)
More GLIB_CHECK_VERSION and GTK_CHECK_VERSION cleanup.
svn path=/trunk/; revision=37971
Diffstat (limited to 'gtk/follow_stream.c')
-rw-r--r--gtk/follow_stream.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/follow_stream.c b/gtk/follow_stream.c
index 15a454184e..5f5da96f2b 100644
--- a/gtk/follow_stream.c
+++ b/gtk/follow_stream.c
@@ -539,9 +539,7 @@ follow_save_as_cmd_cb(GtkWidget *w _U_, gpointer data)
new_win = file_selection_new("Wireshark: Save Follow Stream As",
FILE_SELECTION_SAVE);
follow_info->follow_save_as_w = new_win;
-#if GTK_CHECK_VERSION(2,8,0)
gtk_file_chooser_set_do_overwrite_confirmation(GTK_FILE_CHOOSER(new_win), TRUE);
-#endif
/* Tuck away the follow_info object into the window */
g_object_set_data(G_OBJECT(new_win), E_FOLLOW_INFO_KEY, follow_info);