diff options
author | rbuj <[email protected]> | 2019-03-16 14:49:24 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-03-23 19:29:04 +0100 |
commit | 7cfad1c08a66678e01a1568baf7900d498962a46 (patch) | |
tree | fa36b25fd07759d564ec30983d5bd58d9dbb480a /capplets/display/xrandr-capplet.c | |
parent | a4808b02881c1a85453122702e8b7b8e90477a30 (diff) | |
download | mate-control-center-7cfad1c08a66678e01a1568baf7900d498962a46.tar.bz2 mate-control-center-7cfad1c08a66678e01a1568baf7900d498962a46.tar.xz |
Use icons provided by themes and remove not used icons
Diffstat (limited to 'capplets/display/xrandr-capplet.c')
-rw-r--r-- | capplets/display/xrandr-capplet.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/capplets/display/xrandr-capplet.c b/capplets/display/xrandr-capplet.c index 17ac1b64..0bb7430c 100644 --- a/capplets/display/xrandr-capplet.c +++ b/capplets/display/xrandr-capplet.c @@ -2431,9 +2431,9 @@ run_application (App *app) g_signal_connect_after (app->dialog, "map-event", G_CALLBACK (dialog_map_event_cb), app); - gtk_window_set_default_icon_name ("mate-preferences-desktop-display"); + gtk_window_set_default_icon_name ("preferences-desktop-display"); gtk_window_set_icon_name (GTK_WINDOW (app->dialog), - "mate-preferences-desktop-display"); + "preferences-desktop-display"); app->current_monitor_event_box = _gtk_builder_get_widget (builder, "current_monitor_event_box"); |