Bug 26167

Summary: Bogus assert in notify_notification_update()
Product: Galago Reporter: Robert Staudinger <robert.staudinger>
Component: libnotifyAssignee: Christian Hammond <chipx86>
Status: NEW --- QA Contact:
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

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.