~kvalo/indicator-network/bug-735413

« back to all changes in this revision

Viewing changes to src/backend/manager.c

  • Committer: Kalle Valo
  • Date: 2011-03-08 09:47:35 UTC
  • mfrom: (157.1.1 bug-720753)
  • Revision ID: kalle.valo@canonical.com-20110308094735-4skoa2lqizl7p5is
MergeĀ lp:~kvalo/indicator-network/bug-720753

Show diffs side-by-side

added added

removed removed

Lines of Context:
306
306
  g_return_if_fail(priv != NULL);
307
307
 
308
308
  if (priv->notification == NULL) {
309
 
    priv->notification = notify_notification_new(summary, body, icon, NULL);
 
309
    priv->notification = notify_notification_new(summary, body, icon);
310
310
  } else {
311
311
    notify_notification_update(priv->notification, summary, body, icon);
312
312
  }