Access account window from gnome notification

Problem: the window doesn't refresh
This commit is contained in:
Emmanuel Milou
2008-04-10 09:20:22 -04:00
parent 0c79e406a1
commit 493d5562a1

View File

@ -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