pidgin: 7ccbafef: Clarify that the displaying-email-notifi...

deryni at pidgin.im deryni at pidgin.im
Sun Jul 5 11:17:21 EDT 2009


-----------------------------------------------------------------
Revision: 7ccbafef30fdbb37ad4d31904c9186794347632d
Ancestor: df7280158976d27e9eaf4a660e32a5af5a484578
Author: deryni at pidgin.im
Date: 2009-03-01T16:17:04
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/7ccbafef30fdbb37ad4d31904c9186794347632d

Modified files:
        doc/notify-signals.dox

ChangeLog: 

Clarify that the displaying-email-notification signal only fires for
notification about single emails (as opposed to multiple emails which triggers
the displaying-emails-notification signal).

Is there a reason we need this distinction? Could we not just drop
displaying-email-notification and trust people to look at the count?

-------------- next part --------------
============================================================
--- doc/notify-signals.dox	6c626bc8e6cc2ca20f7fc2a70faaee79a3e25a51
+++ doc/notify-signals.dox	1313d3ffdd4d404e027c793869117a5c56647843
@@ -30,7 +30,7 @@ void (*displaying_email_notification)(co
                                       const char *url);
   @endsignalproto
   @signaldesc
-   Emitted before email notification is handed to the UI to display.
+   Emitted before notification of a single email is handed to the UI to display.
   @param subject   Subject of email being notified of.
   @param from      Who the email is from.
   @param to        Who the email is to.


More information about the Commits mailing list