[empathy] raise a DEBUG instead of WARNING if we can't find the theme
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] raise a DEBUG instead of WARNING if we can't find the theme
- Date: Mon, 2 Jul 2012 12:14:54 +0000 (UTC)
commit 2b8d7ebbdd40b55b72248c11600cd782d4ac7ab1
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Mon Jul 2 14:06:03 2012 +0200
raise a DEBUG instead of WARNING if we can't find the theme
libempathy-gtk/empathy-theme-manager.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-theme-manager.c b/libempathy-gtk/empathy-theme-manager.c
index c28b720..4c8176b 100644
--- a/libempathy-gtk/empathy-theme-manager.c
+++ b/libempathy-gtk/empathy-theme-manager.c
@@ -144,7 +144,7 @@ theme_manager_notify_theme_cb (GSettings *gsettings_chat,
path = empathy_theme_manager_find_theme (theme);
if (path == NULL)
{
- g_warning ("Can't find theme: %s; fallback to 'Classic'",
+ DEBUG ("Can't find theme: %s; fallback to 'Classic'",
theme);
path = empathy_theme_manager_find_theme ("Classic");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]