diff options
author | dpash <dpash@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2005-07-17 12:23:05 +0000 |
---|---|---|
committer | dpash <dpash@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2005-07-17 12:23:05 +0000 |
commit | cb755a7b70402f3fa33ec936f9167cad44a30dda (patch) | |
tree | cd85954a9eefe2ffbc6ab687d10a43612fba4ff5 | |
parent | 83de9a864965b5d771522b7ec6c6f26e45c66903 (diff) | |
download | irssi-cb755a7b70402f3fa33ec936f9167cad44a30dda.zip |
Add a comment so it doesn't get confused and shift the patch down if it
failed to unpatch the previous time
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3859 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rwxr-xr-x | debian/patches/01glib-errors.dpatch | 2 |
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); |