Mercurial > pidgin.yaz
comparison plugins/docklet/docklet.c @ 12526:e0be7349161a
[gaim-migrate @ 14838]
oops
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Sat, 17 Dec 2005 17:42:05 +0000 |
parents | dd2b171a624c |
children | 5d118a3207a9 |
comparison
equal
deleted
inserted
replaced
12525:dd2b171a624c | 12526:e0be7349161a |
---|---|
142 | 142 |
143 if (convs != NULL) { | 143 if (convs != NULL) { |
144 pending = TRUE; | 144 pending = TRUE; |
145 | 145 |
146 /* set tooltip if messages are pending */ | 146 /* set tooltip if messages are pending */ |
147 if (0 && ui_ops->set_tooltip) { | 147 if (ui_ops->set_tooltip) { |
148 GString *tooltip_text = g_string_new(""); | 148 GString *tooltip_text = g_string_new(""); |
149 for (l = convs, count = 0 ; l != NULL ; l = l->next, count++) { | 149 for (l = convs, count = 0 ; l != NULL ; l = l->next, count++) { |
150 if (GAIM_IS_GTK_CONVERSATION(l->data)) { | 150 if (GAIM_IS_GTK_CONVERSATION(l->data)) { |
151 GaimGtkConversation *gtkconv = GAIM_GTK_CONVERSATION((GaimConversation *)l->data); | 151 GaimGtkConversation *gtkconv = GAIM_GTK_CONVERSATION((GaimConversation *)l->data); |
152 if (count == DOCKLET_TOOLTIP_LINE_LIMIT - 1) | 152 if (count == DOCKLET_TOOLTIP_LINE_LIMIT - 1) |