[rygel] external: Mirco indentation fix
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] external: Mirco indentation fix
- Date: Sun, 15 Aug 2010 21:40:38 +0000 (UTC)
commit c7682f6fdeaa1929eff179570ff2548806aa3a94
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Sun Aug 15 16:44:00 2010 +0300
external: Mirco indentation fix
.../external/rygel-external-plugin-factory.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/external/rygel-external-plugin-factory.vala b/src/plugins/external/rygel-external-plugin-factory.vala
index 5912020..9d60034 100644
--- a/src/plugins/external/rygel-external-plugin-factory.vala
+++ b/src/plugins/external/rygel-external-plugin-factory.vala
@@ -95,7 +95,7 @@ public class Rygel.External.PluginFactory {
if (plugin != null) {
if (old_owner != "" && new_owner == "") {
debug ("Service '%s' going down, marking it as unavailable",
- name);
+ name);
plugin.available = false;
} else if (old_owner == "" && new_owner != "") {
debug ("Service '%s' up again, marking it as available", name);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]