18 lines
601 B
Diff
18 lines
601 B
Diff
diff -ruN abrt-2.1.6.new/src/lib/abrt_conf.c abrt-2.1.6.old/src/lib/abrt_conf.c
|
|
--- abrt-2.1.6.new/src/lib/abrt_conf.c 2013-07-26 11:20:33.803925230 +0200
|
|
+++ abrt-2.1.6.old/src/lib/abrt_conf.c 2013-07-26 11:57:24.785656742 +0200
|
|
@@ -99,9 +99,13 @@
|
|
}
|
|
else
|
|
{
|
|
+#if 0
|
|
/* Default: enabled for GNOME desktop, else disabled */
|
|
const char *desktop_env = getenv("DESKTOP_SESSION");
|
|
g_settings_shortenedreporting = (desktop_env && strcasestr(desktop_env, "gnome") != NULL);
|
|
+#else
|
|
+ g_settings_shortenedreporting = 0;
|
|
+#endif
|
|
}
|
|
|
|
GHashTableIter iter;
|