diff options
Diffstat (limited to 'src/notification.c')
-rw-r--r-- | src/notification.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notification.c b/src/notification.c index 745d8a35..35747be4 100644 --- a/src/notification.c +++ b/src/notification.c @@ -162,11 +162,11 @@ zenity_notification_handle_stdin (GIOChannel *channel, if (!g_utf8_validate (value, -1, NULL)) { g_warning ("Invalid UTF-8 in input!"); } else if (notify_is_initted ()) { - GError *error = NULL; NotifyNotification *notif; const gchar *icon = NULL; gchar *freeme = NULL; gchar *message; + error = NULL; message = g_strcompress (value); |