Work around warning about g_set_prgname() called multiple times.
authorJan Djärv <jan.h.d@swipnet.se>
Sun, 13 Dec 2009 14:24:22 +0000 (14:24 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Sun, 13 Dec 2009 14:24:22 +0000 (14:24 +0000)
commitb8f0067758d1710e580f55f60ab70cd073f7fa79
treeea8e49d8a5cdde385f601fe07a7a27b94217af6e
parente5f0bc9ada3729749b83cfa246b39dd0d6fceca0
Work around warning about g_set_prgname() called multiple times.
* xterm.c (my_log_handler): New function.
(x_term_init): Set my_log_handler as log handler during gtk_init
so we can filter out buggy messages. (bug #5120).
src/ChangeLog
src/xterm.c