aboutsummaryrefslogtreecommitdiffstats
path: root/swaybar
diff options
context:
space:
mode:
Diffstat (limited to 'swaybar')
-rw-r--r--swaybar/tray/icon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/swaybar/tray/icon.c b/swaybar/tray/icon.c
index 429bea36..8adefda6 100644
--- a/swaybar/tray/icon.c
+++ b/swaybar/tray/icon.c
@@ -188,7 +188,7 @@ static int entry_handler(char *group, char *key, char *value,
188 * This is a Freedesktop Desktop Entry parser (essentially INI) 188 * This is a Freedesktop Desktop Entry parser (essentially INI)
189 * It calls entry_handler for every entry 189 * It calls entry_handler for every entry
190 * and group_handler between every group (as well as at both ends) 190 * and group_handler between every group (as well as at both ends)
191 * Handlers return whether an error occured, which stops parsing 191 * Handlers return whether an error occurred, which stops parsing
192 */ 192 */
193static struct icon_theme *read_theme_file(char *basedir, char *theme_name) { 193static struct icon_theme *read_theme_file(char *basedir, char *theme_name) {
194 // look for index.theme file 194 // look for index.theme file