mirror of
https://github.com/davatorium/rofi.git
synced 2025-02-03 15:34:54 -05:00
Fix typo in resolving theme element.
This commit is contained in:
parent
96b09b8fff
commit
cd529acd9a
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ static Widget *rofi_theme_find_widget ( const char *wclass, const char *name, co
|
|||
}
|
||||
if ( widget == NULL ){
|
||||
// Fuzzy finder
|
||||
Widget *widget = rofi_theme_find ( rofi_theme, name, FALSE );
|
||||
widget = rofi_theme_find ( rofi_theme, name, FALSE );
|
||||
if ( widget == rofi_theme ){
|
||||
widget = rofi_theme_find ( widget, wclass, FALSE );
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue