1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-21 03:14:16 -04: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:
dpash 2005-07-17 12:23:05 +00:00
parent 83de9a8649
commit cb755a7b70

View File

@ -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);