diff -r 169eeb43b52c -r 73607ab89c6f finch/plugins/gntgf.c --- a/finch/plugins/gntgf.c Tue Jan 04 06:42:45 2011 +0000 +++ b/finch/plugins/gntgf.c Tue Jan 04 06:55:30 2011 +0000 @@ -134,7 +134,7 @@ ids = getenv("WINDOWID"); if (ids == NULL) return; - + id = atoi(ids); dpy = XOpenDisplay(NULL); @@ -255,7 +255,7 @@ if (flags & PURPLE_MESSAGE_WHISPER) return; - + nick = PURPLE_CONV_CHAT(conv)->nick; if (g_utf8_collate(sender, nick) == 0) @@ -401,7 +401,7 @@ { purple_prefs_add_none("/plugins"); purple_prefs_add_none("/plugins/gnt"); - + purple_prefs_add_none("/plugins/gnt/gntgf"); purple_prefs_add_none(PREFS_EVENT);