File tree Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ const BLINK_TOGGLE_PERIOD_MILLISECONDS = 500;
3131
3232
3333firetray . ChatStatusIcon = {
34- GTK_THEME_ICON_PATH : null ,
3534
3635 initialized : false ,
3736 trayIcon : null ,
Original file line number Diff line number Diff line change @@ -19,8 +19,6 @@ let log = firetray.Logging.getLogger("firetray.GtkIcons");
1919firetray . GtkIcons = {
2020 initialized : false ,
2121
22- GTK_THEME_ICON_PATH : null ,
23-
2422 init : function ( ) {
2523 try {
2624 if ( this . initialized ) return true ;
@@ -40,10 +38,8 @@ firetray.GtkIcons = {
4038 } ,
4139
4240 appendSearchPath : function ( ) {
43- log . debug ( firetray . StatusIcon . THEME_ICON_PATH ) ;
4441 let gtkIconTheme = gtk . gtk_icon_theme_get_default ( ) ;
4542 log . debug ( "gtkIconTheme=" + gtkIconTheme ) ;
46- gtk . gtk_icon_theme_append_search_path ( gtkIconTheme , this . GTK_THEME_ICON_PATH ) ;
4743
4844 if ( log . level <= firetray . Logging . LogMod . Level . Debug ) {
4945 Cu . import ( "resource://firetray/ctypes/linux/glib.jsm" ) ;
Original file line number Diff line number Diff line change @@ -29,8 +29,6 @@ firetray.StatusIcon = {
2929 prefNewMailIconNames : null ,
3030 defaultAppIconName : null ,
3131 defaultNewMailIconName : null ,
32- THEME_ICON_PATH : ( function ( ) { return firetray . Utils . chromeToPath (
33- "chrome://firetray/skin/icons/linux" ) ; } ) ( ) ,
3432
3533 init : function ( ) {
3634 this . defineIconNames ( ) ;
You can’t perform that action at this time.
0 commit comments