mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
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
This commit is contained in:
parent
83de9a8649
commit
cb755a7b70
2
debian/patches/01glib-errors.dpatch
vendored
2
debian/patches/01glib-errors.dpatch
vendored
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user