[gnome-control-center] bluetooth: Fix wrong panel name in warning
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] bluetooth: Fix wrong panel name in warning
- Date: Thu, 26 Jan 2012 19:11:04 +0000 (UTC)
commit e3565989e0bd01c0b5963fb4ba860c231371d1e9
Author: Bastien Nocera <hadess hadess net>
Date: Thu Jan 26 17:39:11 2012 +0000
bluetooth: Fix wrong panel name in warning
panels/bluetooth/cc-bluetooth-panel.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/bluetooth/cc-bluetooth-panel.c b/panels/bluetooth/cc-bluetooth-panel.c
index 1a6c6a3..3758776 100644
--- a/panels/bluetooth/cc-bluetooth-panel.c
+++ b/panels/bluetooth/cc-bluetooth-panel.c
@@ -427,7 +427,7 @@ switch_panel (CcBluetoothPanel *self,
shell = cc_panel_get_shell (CC_PANEL (self));
if (cc_shell_set_active_panel_from_id (shell, panel, NULL, &error) == FALSE)
{
- g_warning ("Failed to activate Region panel: %s", error->message);
+ g_warning ("Failed to activate '%s' panel: %s", panel, error->message);
g_error_free (error);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]