Fix typo in resolving theme element.

This commit is contained in:
Dave Davenport 2016-12-20 10:27:23 +01:00
parent 96b09b8fff
commit cd529acd9a
1 changed files with 1 additions and 1 deletions

View File

@ -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 );
}