summaryrefslogtreecommitdiff
path: root/libgd/gd-notification.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgd/gd-notification.c')
-rw-r--r--libgd/gd-notification.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgd/gd-notification.c b/libgd/gd-notification.c
index 75b992d..d07dfda 100644
--- a/libgd/gd-notification.c
+++ b/libgd/gd-notification.c
@@ -694,5 +694,5 @@ gd_notification_close_button_clicked_cb (GtkWidget *widget, gpointer user_data)
GtkWidget *
gd_notification_new (void)
{
- return g_object_new (GD_TYPE_NOTIFICATION, NULL);
+ return g_object_new (GD_TYPE_NOTIFICATION, "visible", FALSE, NULL);
}