Skip to content
Snippets Groups Projects
Commit 493d5562 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

Access account window from gnome notification

Problem: the window doesn't refresh
parent 0c79e406
No related branches found
No related tags found
No related merge requests found
......@@ -175,8 +175,8 @@ notify_no_accounts( )
void
setup_accounts_cb( NotifyNotification *notification, gchar *action, gpointer data )
{
show_accounts_window(0);
g_object_unref( notification );
show_accounts_window();
//g_object_unref( notification );
}
void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment