diff --git a/sflphone-gtk/src/sflnotify.c b/sflphone-gtk/src/sflnotify.c index ebcccd38c548e8773ff83f293cb873e38d8220ff..2b86e308d9c14ef3c078ea9971573e0e02a9d434 100644 --- a/sflphone-gtk/src/sflnotify.c +++ b/sflphone-gtk/src/sflnotify.c @@ -182,7 +182,7 @@ notify_no_accounts( ) notify_notification_attach_to_status_icon( notification , get_status_icon() ); #endif notify_notification_set_timeout( notification , NOTIFY_EXPIRES_DEFAULT ); - notify_notification_add_action( notification , "setup" , _("Setup Accounts") , (NotifyActionCallback) setup_accounts_cb , NULL , NULL ); + //notify_notification_add_action( notification , "setup" , _("Setup Accounts") , (NotifyActionCallback) setup_accounts_cb , NULL , NULL ); if (!notify_notification_show (notification, NULL)) { g_print("notify(), failed to send notification\n"); @@ -223,7 +223,7 @@ notify_no_registered_accounts( ) notify_notification_attach_to_status_icon( notification , get_status_icon() ); #endif notify_notification_set_timeout( notification , NOTIFY_EXPIRES_DEFAULT ); - notify_notification_add_action( notification , "setup" , _("Setup Accounts") , (NotifyActionCallback) setup_accounts_cb , NULL , NULL ); + //notify_notification_add_action( notification , "setup" , _("Setup Accounts") , (NotifyActionCallback) setup_accounts_cb , NULL , NULL ); if (!notify_notification_show (notification, NULL)) { g_print("notify(), failed to send notification\n");