Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
493d5562
Commit
493d5562
authored
Apr 10, 2008
by
Emmanuel Milou
Browse files
Access account window from gnome notification
Problem: the window doesn't refresh
parent
0c79e406
Changes
1
Hide whitespace changes
Inline
Side-by-side
sflphone-gtk/src/SFLnotify.c
View file @
493d5562
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment