Fix GLib critical messages
This commit is contained in:
parent
e6055cc19a
commit
160f0442c6
@ -342,9 +342,11 @@ zenity_notification (ZenityData *data, ZenityNotificationData *notification_data
|
|||||||
NULL);
|
NULL);
|
||||||
|
|
||||||
/* set the notification hints for the displayed notification */
|
/* set the notification hints for the displayed notification */
|
||||||
notification_hints = zenity_notification_parse_hints_array (notification_data->notification_hints);
|
if (notification_data->notification_hints != NULL) {
|
||||||
zenity_notification_set_hints(notification, notification_hints);
|
notification_hints = zenity_notification_parse_hints_array (notification_data->notification_hints);
|
||||||
g_hash_table_unref (notification_hints);
|
zenity_notification_set_hints(notification, notification_hints);
|
||||||
|
g_hash_table_unref (notification_hints);
|
||||||
|
}
|
||||||
|
|
||||||
/* Show icon and wait */
|
/* Show icon and wait */
|
||||||
error = NULL;
|
error = NULL;
|
||||||
|
Reference in New Issue
Block a user