Mercurial > pidgin
diff src/gtkconv.c @ 11613:d15a1d755417
[gaim-migrate @ 13887]
if we just sent an im, from the callback on the entry,
we've probably seen the tab
committer: Tailor Script <tailor@pidgin.im>
| author | Tim Ringenbach <marv@pidgin.im> |
|---|---|
| date | Wed, 05 Oct 2005 01:52:20 +0000 |
| parents | 311a743df5ca |
| children | f72607814e4a |
line wrap: on
line diff
--- a/src/gtkconv.c Wed Oct 05 01:27:05 2005 +0000 +++ b/src/gtkconv.c Wed Oct 05 01:52:20 2005 +0000 @@ -127,6 +127,7 @@ const char *alias, const char *old_name); static gboolean tab_complete(GaimConversation *conv); static void gaim_gtkconv_updated(GaimConversation *conv, GaimConvUpdateType type); +static void gtkconv_set_unseen(GaimGtkConversation *gtkconv, GaimUnseenState state); static void update_typing_icon(GaimGtkConversation *gtkconv); static char *item_factory_translate_func (const char *path, gpointer func_data); @@ -538,6 +539,7 @@ g_free(buf); gtk_imhtml_clear(GTK_IMHTML(gtkconv->entry)); + gtkconv_set_unseen(gtkconv, GAIM_UNSEEN_NONE); } static void
