mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-28 16:49:20 +00:00
status icon should be hidden manually for win32
This commit is contained in:
parent
936f50d409
commit
9d6584dbe2
2 changed files with 6 additions and 6 deletions
|
|
@ -328,10 +328,10 @@ static void _linphone_status_icon_impl_gtk_init(LinphoneStatusIcon *si) {
|
|||
si->data = icon;
|
||||
}
|
||||
|
||||
// static void _linphone_status_icon_impl_gtk_uninit(LinphoneStatusIcon *si) {
|
||||
// GtkStatusIcon *icon = GTK_STATUS_ICON(si->data);
|
||||
// gtk_status_icon_set_visible(icon, FALSE);
|
||||
// }
|
||||
static void _linphone_status_icon_impl_gtk_uninit(LinphoneStatusIcon *si) {
|
||||
GtkStatusIcon *icon = GTK_STATUS_ICON(si->data);
|
||||
gtk_status_icon_set_visible(icon, FALSE);
|
||||
}
|
||||
|
||||
static void _linphone_status_icon_impl_gtk_start(LinphoneStatusIcon *si) {
|
||||
GtkStatusIcon *icon = GTK_STATUS_ICON(si->data);
|
||||
|
|
@ -383,7 +383,7 @@ static gboolean _linphone_status_icon_impl_is_supported(
|
|||
static const _LinphoneStatusIconDesc _linphone_status_icon_impl_gtk_desc = {
|
||||
"gtk_status_icon",
|
||||
_linphone_status_icon_impl_gtk_init,
|
||||
NULL,
|
||||
_linphone_status_icon_impl_gtk_uninit,
|
||||
_linphone_status_icon_impl_gtk_start,
|
||||
_linphone_status_icon_impl_enable_blinking,
|
||||
_linphone_status_icon_impl_is_supported
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit a9baf23f8967aa10854d9394adbc53dee6452d2b
|
||||
Subproject commit d24bc5aae19921183b19e0f7bdf8378b5f75109f
|
||||
Loading…
Add table
Reference in a new issue