mirror of
https://github.com/oleid/gnome-shell-teatime.git
synced 2022-04-29 18:53:50 +00:00
Do not change the icon search path
Now that we install our icon in the standard icon search path, there is no need to mess with the icon search path; and since 3.36.0 imports.gi.Gtk.IconTheme.get_default() returns null causing TeaTime to no longer works. Removing the unnecessary messing with the icon search path fixes this. Signed-off-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
parent
883b6a65bb
commit
e862c92eb2
@ -305,8 +305,6 @@ class TeaTime extends PanelMenu.Button {
|
||||
});
|
||||
|
||||
function init(metadata) {
|
||||
let theme = imports.gi.Gtk.IconTheme.get_default();
|
||||
theme.append_search_path(metadata.path);
|
||||
}
|
||||
|
||||
let _TeaTime;
|
||||
|
Loading…
Reference in New Issue
Block a user