mirror of
https://github.com/davatorium/rofi.git
synced 2025-03-31 17:25:40 -04:00
parent
114b2cf2fd
commit
11afb8e678
3 changed files with 3 additions and 2 deletions
|
@ -777,7 +777,7 @@ static cairo_surface_t *_get_icon ( const Mode *sw, unsigned int selected_line,
|
|||
return rofi_icon_fetcher_get ( dr->icon_fetch_uid );
|
||||
}
|
||||
dr->icon_fetch_uid = rofi_icon_fetcher_query ( dr->icon_name, height );
|
||||
return NULL;
|
||||
return rofi_icon_fetcher_get ( dr->icon_fetch_uid );
|
||||
}
|
||||
|
||||
static char *drun_get_completion ( const Mode *sw, unsigned int index )
|
||||
|
|
|
@ -332,7 +332,7 @@ static cairo_surface_t *script_get_icon ( const Mode *sw, unsigned int selected_
|
|||
return rofi_icon_fetcher_get ( dr->icon_fetch_uid );
|
||||
}
|
||||
dr->icon_fetch_uid = rofi_icon_fetcher_query ( dr->icon_name, height );
|
||||
return NULL;
|
||||
return rofi_icon_fetcher_get ( dr->icon_fetch_uid );
|
||||
}
|
||||
|
||||
#include "mode-private.h"
|
||||
|
|
|
@ -919,6 +919,7 @@ static cairo_surface_t *_get_icon ( const Mode *sw, unsigned int selected_line,
|
|||
return rofi_icon_fetcher_get ( c->icon_fetch_uid );
|
||||
}
|
||||
c->icon_fetch_uid = rofi_icon_fetcher_query ( c->class, size );
|
||||
return rofi_icon_fetcher_get ( c->icon_fetch_uid );
|
||||
}
|
||||
return c->icon;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue