[Xfce4-commits] <xfce4-mixer:master> Fix a typo
Guido Berhoerster
noreply at xfce.org
Thu Sep 27 17:44:01 CEST 2012
Updating branch refs/heads/master
to 5c0458cb0fda7ea5258d6f253ff8d662230d5e59 (commit)
from a89852c76caf70a546bf436581d712156ec1d563 (commit)
commit 5c0458cb0fda7ea5258d6f253ff8d662230d5e59
Author: Guido Berhoerster <guido+xfce at berhoerster.name>
Date: Thu Sep 27 17:41:30 2012 +0200
Fix a typo
libxfce4mixer/xfce-mixer-debug.c | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/libxfce4mixer/xfce-mixer-debug.c b/libxfce4mixer/xfce-mixer-debug.c
index d45b92d..54449b3 100644
--- a/libxfce4mixer/xfce-mixer-debug.c
+++ b/libxfce4mixer/xfce-mixer-debug.c
@@ -82,10 +82,7 @@ xfce_mixer_debug_init (const gchar *log_domain,
}
#else
if (!debug_mode)
- {
- g_log_set_handler (log_domain, G_LOG_LEVEL_DEBUG, xfce4_mixer_dummy_log_handler, NULL);
- g_log_set_handler (G_LOG_DOMAIN, G_LOG_LEVEL_DEBUG, xfce4_mixer_dummy_log_handler, NULL);
- }
+ g_log_set_handler (log_domain, G_LOG_LEVEL_DEBUG, xfce_mixer_dummy_log_handler, NULL);
#endif /* GLIB_CHECK_VERSION (2,32,0) */
}
More information about the Xfce4-commits
mailing list