grim/guifications2

84ee43f92027
Parents f9913f21fd82
Children bbd458200332
removed warning from the format parser...
--- a/src/gf_item_text.c Sun Dec 04 16:14:30 2011 -0600
+++ b/src/gf_item_text.c Sun Dec 04 17:39:13 2011 -0600
@@ -413,7 +413,7 @@
PurpleConversation *conv = NULL;
GString *str;
gchar *ret;
- const gchar *tokens, *format, *time_format, *date_format, *warning;
+ const gchar *tokens, *format, *time_format, *date_format;
const gchar *target, *message, *extra;
time_t rtime;
static char buff[80];
@@ -430,7 +430,6 @@
time_format = gf_theme_options_get_time_format(ops);
date_format = gf_theme_options_get_date_format(ops);
- warning = gf_theme_options_get_warning(ops);
event = gf_event_info_get_event(info);
target = gf_event_info_get_target(info);