Comment 4 for bug 341684

Revision history for this message
A. Bram Neijt (bneijt) wrote :

This patch does not honor gconf settings:
/apps/nm-applet/disable-connected-notifications
/apps/nm-applet/disable-disconnected-notifications

It should use applet_do_notify_with_pref in combination with PREF_DISABLE_DISCONNECTED_NOTIFICATIONS instead of applet_do_notify.

Example:
applet_do_notify_with_pref (applet, _("Disconnected"),
                              _("The network connection has been disconnected."),
                              "nm-no-connection",
                              PREF_DISABLE_DISCONNECTED_NOTIFICATIONS);