summaryrefslogtreecommitdiff
path: root/geyes/src/themes.c
diff options
context:
space:
mode:
Diffstat (limited to 'geyes/src/themes.c')
-rw-r--r--geyes/src/themes.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/geyes/src/themes.c b/geyes/src/themes.c
index cb187ca4..1754b9e3 100644
--- a/geyes/src/themes.c
+++ b/geyes/src/themes.c
@@ -60,7 +60,7 @@ parse_theme_file (EyesApplet *eyes_applet,
gchar *token;
if (fgets (line_buf, 512, theme_file) == NULL)
- printf ("fgets error\n");
+ g_debug ("fgets error");
while (!feof (theme_file)) {
token = strtok (line_buf, "=");
@@ -94,7 +94,7 @@ parse_theme_file (EyesApplet *eyes_applet,
= g_strdup_printf ("%s%s", eyes_applet->theme_dir, token);
}
if (fgets (line_buf, 512, theme_file) == NULL)
- printf ("fgets error\n");
+ g_debug ("fgets error");
}
}