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
5e0f83a6
Commit
5e0f83a6
authored
Apr 01, 2008
by
Emmanuel Milou
Browse files
System tray icon: Stop blinking when refusing an incoming call
parent
c9c26edc
Changes
2
Hide whitespace changes
Inline
Side-by-side
sflphone-gtk/src/actions.c
View file @
5e0f83a6
...
...
@@ -196,6 +196,7 @@ sflphone_hang_up()
dbus_hang_up
(
selectedCall
);
break
;
case
CALL_STATE_INCOMING
:
status_tray_icon_blink
();
dbus_refuse
(
selectedCall
);
break
;
case
CALL_STATE_TRANSFERT
:
...
...
@@ -465,6 +466,7 @@ sflphone_keypad( guint keyval, gchar * key)
dbus_accept
(
c
);
break
;
case
65307
:
/* ESCAPE */
status_tray_icon_blink
();
dbus_refuse
(
c
);
break
;
}
...
...
sflphone-gtk/src/configwindow.c
View file @
5e0f83a6
...
...
@@ -313,11 +313,9 @@ select_active_input_audio_device()
void
update_combo_box
(
gchar
*
plugin
)
{
g_print
(
"INSENSITIVE THE ALL THING
\n
"
);
// set insensitive the devices widget if the selected plugin is default
if
(
g_strcasecmp
(
plugin
,
"default"
)
==
0
)
{
g_print
(
"INSENSITIVE THE ALL THING
\n
"
);
gtk_widget_set_sensitive
(
GTK_WIDGET
(
outputDeviceComboBox
)
,
FALSE
);
gtk_widget_set_sensitive
(
GTK_WIDGET
(
inputDeviceComboBox
)
,
FALSE
);
}
...
...
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