Skip to content

Commit

Permalink
media-keys: Add test for display switch OSD icons
Browse files Browse the repository at this point in the history
Signed-off-by: Zhang Xianwei <zhang.xianwei8@zte.com.cn>
  • Loading branch information
zhangxianwei8 authored and raveit65 committed Nov 25, 2018
1 parent d8eabb8 commit 4a54f68
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions plugins/media-keys/test-media-window.c
Expand Up @@ -108,6 +108,20 @@ update_state (GtkWidget *window)
"network-wireless-signal-excellent-symbolic",
_("Airplane mode disabled"));

gtk_widget_show (window);
break;
case 11:
msd_media_keys_window_set_action_custom (MSD_MEDIA_KEYS_WINDOW (window),
"video-single-display-symbolic",
_("No External Display"));

gtk_widget_show (window);
break;
case 12:
msd_media_keys_window_set_action_custom (MSD_MEDIA_KEYS_WINDOW (window),
"video-joined-displays-symbolic",
_("Changing Screen Layout"));

gtk_widget_show (window);
break;
default:
Expand Down

0 comments on commit 4a54f68

Please sign in to comment.