forked from pool/wireshark
Andreas Stieger
3365d9bb02
update to upstream 1.8.0 OBS-URL: https://build.opensuse.org/request/show/125845 OBS-URL: https://build.opensuse.org/package/show/network:utilities/wireshark?expand=0&rev=61
39 lines
1.2 KiB
Diff
39 lines
1.2 KiB
Diff
Index: ui/gtk/main.c
|
|
===================================================================
|
|
--- ui/gtk/main.c.orig 2012-06-16 19:38:51.000000000 +0100
|
|
+++ ui/gtk/main.c 2012-06-21 22:17:49.000000000 +0100
|
|
@@ -1400,11 +1400,13 @@ main_colorize_changed(gboolean packet_li
|
|
|
|
static GtkWidget *close_dlg = NULL;
|
|
|
|
+/*
|
|
static void
|
|
priv_warning_dialog_cb(gpointer dialog, gint btn _U_, gpointer data _U_)
|
|
{
|
|
recent.privs_warn_if_elevated = !simple_dialog_check_get(dialog);
|
|
}
|
|
+*/
|
|
|
|
#ifdef _WIN32
|
|
static void
|
|
@@ -2082,9 +2084,10 @@ check_and_warn_user_startup(gchar *cf_na
|
|
#endif
|
|
{
|
|
gchar *cur_user, *cur_group;
|
|
- gpointer priv_warning_dialog;
|
|
+// gpointer priv_warning_dialog;
|
|
|
|
/* Tell the user not to run as root. */
|
|
+/*
|
|
if (running_with_special_privs() && recent.privs_warn_if_elevated) {
|
|
cur_user = get_cur_username();
|
|
cur_group = get_cur_groupname();
|
|
@@ -2099,6 +2102,7 @@ check_and_warn_user_startup(gchar *cf_na
|
|
simple_dialog_check_set(priv_warning_dialog, "Don't show this message again.");
|
|
simple_dialog_set_cb(priv_warning_dialog, priv_warning_dialog_cb, NULL);
|
|
}
|
|
+*/
|
|
|
|
#ifdef _WIN32
|
|
/* Warn the user if npf.sys isn't loaded. */
|