[sound-juicer] Also fix uninhibit, as that changed as well



commit 4ee854756c972e425e37a3932c90b6a399c1bf8a
Author: Richard Hughes <richard hughsie com>
Date:   Mon Sep 28 15:02:43 2009 +0100

    Also fix uninhibit, as that changed as well

 src/sj-inhibit.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/sj-inhibit.c b/src/sj-inhibit.c
index 93ec101..fc804d2 100644
--- a/src/sj-inhibit.c
+++ b/src/sj-inhibit.c
@@ -118,7 +118,7 @@ sj_uninhibit (guint cookie)
   }
 
   res = dbus_g_proxy_call (proxy,
-			    "UnInhibit",
+			    "Uninhibit",
 			    &error,
 			    G_TYPE_UINT, cookie,
 			    G_TYPE_INVALID,
@@ -126,7 +126,7 @@ sj_uninhibit (guint cookie)
 
   /* check the return value */
   if (!res) {
-    g_warning ("UnInhibit method failed");
+    g_warning ("Uninhibit method failed");
   }
 
   /* check the error value */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]