mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
Access account window from gnome notification
Problem: the window doesn't refresh
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user