Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
4744c466
Commit
4744c466
authored
Apr 01, 2008
by
Emmanuel Milou
Browse files
Clean up code and delete unuseful messages
parent
cb37f040
Changes
3
Show whitespace changes
Inline
Side-by-side
sflphone-gtk/src/actions.c
View file @
4744c466
...
...
@@ -109,7 +109,6 @@ sflphone_ringing(call_t * c )
c
->
state
=
CALL_STATE_RINGING
;
update_call_tree
(
c
);
update_menus
();
status_bar_message_add
(
" Call Processing ..."
,
__MSG_CALLING
);
}
void
...
...
@@ -316,8 +315,6 @@ sflphone_current( call_t * c )
c
->
state
=
CALL_STATE_CURRENT
;
update_call_tree
(
c
);
update_menus
();
status_bar_message_remove
(
__MSG_CALLING
);
status_bar_message_remove
(
__MSG_INCOMING_CALL
);
}
void
...
...
sflphone-gtk/src/dbus.c
View file @
4744c466
...
...
@@ -56,7 +56,6 @@ incoming_call_cb (DBusGProxy *proxy,
status_tray_icon_blink
(
TRUE
);
sflphone_incoming_call
(
c
);
status_bar_message_add
(
_
(
"Incoming Call ... "
)
,
__MSG_INCOMING_CALL
);
}
...
...
sflphone-gtk/src/mainwindow.c
View file @
4744c466
...
...
@@ -245,25 +245,6 @@ main_window_dialpad(gboolean show){
showDialpad
=
show
;
}
void
main_window_callinfo
(
gboolean
show
,
call_t
*
current
)
{
/*
if(show && !showInfoScreen)
{
infoScreen = create_screen();
gtk_box_pack_start (GTK_BOX (subvbox), infoScreen, FALSE , TRUE , 0 );
gtk_widget_show_all(infoScreen);
screen_set_call(current);
}
else if(!show && showInfoScreen)
{
gtk_container_remove(GTK_CONTAINER (subvbox), infoScreen);
}
showInfoScreen = show;
*/
}
void
status_bar_message_add
(
const
gchar
*
message
,
guint
id
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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