Bug 26167 - Bogus assert in notify_notification_update()
Summary: Bogus assert in notify_notification_update()
Status: NEW
Alias: None
Product: Galago
Classification: Unclassified
Component: libnotify (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Christian Hammond
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-22 07:30 UTC by Robert Staudinger
Modified: 2010-01-22 07:30 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Robert Staudinger 2010-01-22 07:30:10 UTC
When subclassing NotifyNotification and passing the summary though g_object_new(), with "summary" being another than the first construction property the assertion 

  g_return_val_if_fail(summary != NULL && *summary != '\0',  FALSE);

in

  gboolean
  notify_notification_update(NotifyNotification *notification,
                             const gchar *summary,
                             const gchar *body,
                             const gchar *icon)

breaks.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.