diff src/gtkstatusselector.c @ 10207:9d03dd6ccc9a

[gaim-migrate @ 11328] Remove a bit more old away code. Now is a REALLY good time to get the PRPL code for setting your status working. If you don't have commit access, submit a patch! committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 19 Nov 2004 06:24:50 +0000
parents 76e296e16def
children ecf3ce2e2ab1
line wrap: on
line diff
--- a/src/gtkstatusselector.c	Fri Nov 19 03:46:15 2004 +0000
+++ b/src/gtkstatusselector.c	Fri Nov 19 06:24:50 2004 +0000
@@ -469,6 +469,10 @@
 			if (!gaim_status_type_is_user_settable(status_type))
 				continue;
 
+			/*
+			 * TODO Find a way to fallback to the GaimStatusPrimitive
+			 * if an icon for this id does not exist.
+			 */
 			g_snprintf(filename, sizeof(filename), "%s.png",
 					   gaim_status_type_get_id(status_type));