Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 889ab0ec466d04ae7e15a05406405b37 > files > 2

abrt-2.1.9-1.fc18.src.rpm

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;