Skip to content

Commit 0249b0e

Browse files
Flrianjohanmalm
authored andcommitted
main.c: change the find_themes filename for icon_themes
1 parent 34c1f43 commit 0249b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ main(int argc, char **argv)
248248
/* load themes */
249249
find_themes(&openbox_themes, "themes", "openbox-3/themerc");
250250
find_themes(&gtk_themes, "themes", "gtk-3.0/gtk.css");
251-
find_themes(&icon_themes, "icons", "scalable");
251+
find_themes(&icon_themes, "icons", "index.theme");
252252
find_themes(&cursor_themes, "icons", "cursors/xterm");
253253

254254
/* connect to gsettings */

0 commit comments

Comments
 (0)