diff plugins/notify.c @ 6735:b0913ab92893

[gaim-migrate @ 7267] This is some compile warning cleanup stuff. I tried compiling with CFLAGS="-ansi -ggdb -pedantic -Wall" It's fun. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 04 Sep 2003 03:50:22 +0000
parents 7230e5920911
children 996a182029f7
line wrap: on
line diff
--- a/plugins/notify.c	Thu Sep 04 02:17:23 2003 +0000
+++ b/plugins/notify.c	Thu Sep 04 03:50:22 2003 +0000
@@ -646,14 +646,14 @@
 						urgent_add(c);
 				}
 			} else {
-				//don't simply call unnotify(), because that will kill the msg counter
+				/* don't simply call unnotify(), because that will kill the msg counter */
 				urgent_remove(c);
 				quote_remove(gtkwin->window);
 				count_remove(gtkwin->window);
 				string_remove(gtkwin->window);
 			}
 		} else if (opts & STATE_IS_NOTIFIED) {
-			//add/remove the status that was changed
+			/* add/remove the status that was changed */
 			switch(opt_chng) {
 				case OPT_METHOD_COUNT:
 					if (notify_opts & OPT_METHOD_COUNT)