diff pidgin/plugins/notify.c @ 15505:762b6547adf9

GAIM_UNSEEN to PIDGIN_UNSEEN
author Sean Egan <seanegan@gmail.com>
date Sat, 03 Feb 2007 08:19:27 +0000
parents d75099d2567e
children 535f002e7b0f
line wrap: on
line diff
--- a/pidgin/plugins/notify.c	Sat Feb 03 08:13:34 2007 +0000
+++ b/pidgin/plugins/notify.c	Sat Feb 03 08:19:27 2007 +0000
@@ -528,7 +528,7 @@
 	g_return_if_fail(window != NULL);
 
 	if (_GaimUnseenCount == GDK_NONE) {
-		_GaimUnseenCount = gdk_atom_intern("_GAIM_UNSEEN_COUNT", FALSE);
+		_GaimUnseenCount = gdk_atom_intern("_PIDGIN_UNSEEN_COUNT", FALSE);
 	}
 
 	if (_Cardinal == GDK_NONE) {