~ken-vandine/notify-osd/new_libnotify

« back to all changes in this revision

Viewing changes to src/bubble.c

  • Committer: Mirco Müller
  • Date: 2010-03-09 12:20:32 UTC
  • Revision ID: mirco.mueller@ubuntu.com-20100309122032-42mx2fxlne78xf27
refresh-flag for body-tile (surface/blur-cache) needs also to be set in the append-case

Show diffs side-by-side

added added

removed removed

Lines of Context:
3780
3780
        {
3781
3781
                // append text to current message-body
3782
3782
                g_string_append (priv->message_body, text);
 
3783
                priv->message_body_needs_refresh = TRUE;
3783
3784
 
3784
3785
                g_signal_emit (self,
3785
3786
                               g_bubble_signals[MESSAGE_BODY_INSERTED],