Fix typo in resolving theme element.
This commit is contained in:
@@ -217,7 +217,7 @@ static Widget *rofi_theme_find_widget ( const char *wclass, const char *name, co
|
|||||||
}
|
}
|
||||||
if ( widget == NULL ){
|
if ( widget == NULL ){
|
||||||
// Fuzzy finder
|
// Fuzzy finder
|
||||||
Widget *widget = rofi_theme_find ( rofi_theme, name, FALSE );
|
widget = rofi_theme_find ( rofi_theme, name, FALSE );
|
||||||
if ( widget == rofi_theme ){
|
if ( widget == rofi_theme ){
|
||||||
widget = rofi_theme_find ( widget, wclass, FALSE );
|
widget = rofi_theme_find ( widget, wclass, FALSE );
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user