diff --git a/include/theme.h b/include/theme.h index 08105654..f867cb72 100644 --- a/include/theme.h +++ b/include/theme.h @@ -200,7 +200,7 @@ gboolean rofi_theme_parse_file ( const char *file ); * * @returns returns TRUE when error. */ -gboolean rofi_theme_parse_string ( const char *file ); +gboolean rofi_theme_parse_string ( const char *string ); /** * @param widget The widget handle.