Ticket #148 (defect)
Opened 1 year ago
notify_notification_new does not accept NULL or "" summary and body arguments.
Status: new
| Reported by: | diegoe | Assigned to: | chipx86 |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | libgalago | Version: | 0.4.0 |
| Severity: | normal | Keywords: | |
| Cc: | D-BUS Version: | ||
| Patch Included: | 0 | OS/Distro Version: | debian unstable |
You have to use something like this:
notify_notification_new (" ", " ", GTK_STOCK_INFO, NULL);
Since you can later set the body and summary via notify_notification_update(), NULL should be accepted.
Using libnotify 0.4.4 (debian unstable's -3)
