summaryrefslogtreecommitdiff
path: root/debian/patches/01glib-errors.dpatch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/01glib-errors.dpatch')
-rwxr-xr-xdebian/patches/01glib-errors.dpatch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/01glib-errors.dpatch b/debian/patches/01glib-errors.dpatch
index 2f0c08de..ac9e191e 100755
--- a/debian/patches/01glib-errors.dpatch
+++ b/debian/patches/01glib-errors.dpatch
@@ -15,7 +15,7 @@ diff -urNad --exclude=CVS --exclude=.svn ./src/fe-common/core/fe-common-core.c /
+ g_log_set_handler("GLib",
+ (GLogLevelFlags) (G_LOG_LEVEL_CRITICAL |
+ G_LOG_LEVEL_WARNING),
-+ (GLogFunc) glog_func, NULL);
++ (GLogFunc) glog_func, NULL); /* send glib errors to the same place */
if (setup_changed)
signal_emit("setup changed", 0);