aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/export_sslkeys.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-07-11 19:10:57 +0000
committerGerald Combs <gerald@wireshark.org>2011-07-11 19:10:57 +0000
commit4608a76a51ae6eae8147223451274cb3cb87829d (patch)
treefabb30119b6ea746d3518792ce295e7d3f3e4d93 /gtk/export_sslkeys.c
parent347c71d9a8bed884895ae69325d91fb241419f18 (diff)
Remaining GLIB_CHECK_VERSION and GTK_CHECK_VERSION in the gtk directory.
svn path=/trunk/; revision=37973
Diffstat (limited to 'gtk/export_sslkeys.c')
-rw-r--r--gtk/export_sslkeys.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/gtk/export_sslkeys.c b/gtk/export_sslkeys.c
index 2c8e490286..199238c960 100644
--- a/gtk/export_sslkeys.c
+++ b/gtk/export_sslkeys.c
@@ -23,7 +23,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- *
+ *
*/
#ifdef HAVE_CONFIG_H
@@ -94,7 +94,7 @@ ssl_export_sessions_func(gpointer key, gpointer value, gpointer user_data)
StringInfo* keylist = (StringInfo*)user_data;
offset = strlen(keylist->data);
-
+
/*
* XXX - should this be a string that grows as necessary to hold
* everything in it?
@@ -241,9 +241,7 @@ savesslkeys_cb(GtkWidget * w _U_, gpointer data _U_)
* Build the dialog box we need.
*/
savesslkeys_dlg = file_selection_new("Wireshark: Export SSL Session Keys", FILE_SELECTION_SAVE);
-#if GTK_CHECK_VERSION(2,8,0)
gtk_file_chooser_set_do_overwrite_confirmation(GTK_FILE_CHOOSER(savesslkeys_dlg), TRUE);
-#endif
/* label */
label = g_strdup_printf("Will save %u SSL Session %s to specified file.",