Skip to content

Commit

Permalink
#174 remove iconTheme usage
Browse files Browse the repository at this point in the history
  • Loading branch information
hslbck committed May 4, 2021
1 parent 0f7e7f1 commit 482f8f9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions [email protected]/searchProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
*/

const Extension = imports.misc.extensionUtils.getCurrentExtension();
const Gtk = imports.gi.Gtk;
const Gio = imports.gi.Gio;
const {Gtk, Gdk, Gio, St} = imports.gi;
const Search = imports.ui.search;
const St = imports.gi.St;
const Io = Extension.imports.io;
const MyE = Extension.imports.radioMenu;
const Main = imports.ui.main;
Expand All @@ -31,8 +29,6 @@ function disableProvider() {
var RadioSearchProvider = class RadioSearchProvider {

constructor() {
Gtk.IconTheme.get_default().append_search_path(Extension.dir.get_child('icons').get_path());

this.appInfo = Gio.AppInfo.get_default_for_uri_scheme('http');
this.appInfo.get_name = () => {
return 'Internet Radio';
Expand Down

0 comments on commit 482f8f9

Please sign in to comment.