diff --git a/data/gresource.xml b/data/gresource.xml index 38835c88..3baf25c1 100644 --- a/data/gresource.xml +++ b/data/gresource.xml @@ -4,8 +4,8 @@ Application.css - icons/screencast.svg - icons/screencast.svg + icons/screencast.svg + icons/screencast.svg icons/grab-area-symbolic.svg icons/grab-screen-symbolic.svg diff --git a/data/icons/screencast.svg b/data/icons/screencast.svg index 690e16d8..fdad2b95 100644 --- a/data/icons/screencast.svg +++ b/data/icons/screencast.svg @@ -1,119 +1,2 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +image/svg+xml diff --git a/src/ScreenCast/Session.vala b/src/ScreenCast/Session.vala index 4fdc556f..bda0fdf8 100644 --- a/src/ScreenCast/Session.vala +++ b/src/ScreenCast/Session.vala @@ -88,7 +88,7 @@ public class ScreenCast.Session : Object { internal void start (string app_id, string parent_window) { var dialog = new Dialog (source_types, allow_multiple) { title = _("An application wants to access the screen"), - secondary_icon = new ThemedIcon ("accessories-screencast-tool"), + secondary_icon = new ThemedIcon ("emblem-portal-screencast"), secondary_text = _("Select which parts of the screen to share:"), parent_handle = parent_window };