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