[Pkg-cli-apps-commits] [SCM] smuxi branch, master, updated. debian/0.8.9.2-1-2-ga10429d

Mirco Bauer meebey at meebey.net
Thu Mar 22 22:18:34 UTC 2012


The following commit has been merged in the master branch:
commit 7a6ba6b57e6e4443f1309d80091cb093b1e366a0
Author: Mirco Bauer <meebey at meebey.net>
Date:   Thu Mar 22 22:35:05 2012 +0100

    Fixed messaging menu detection

diff --git a/debian/patches/fix_messaging_menu_detection.patch b/debian/patches/fix_messaging_menu_detection.patch
new file mode 100644
index 0000000..937e006
--- /dev/null
+++ b/debian/patches/fix_messaging_menu_detection.patch
@@ -0,0 +1,13 @@
+Index: smuxi/src/Frontend-GNOME/IndicateManager.cs
+===================================================================
+--- smuxi.orig/src/Frontend-GNOME/IndicateManager.cs	2012-02-09 22:33:52.000000000 +0100
++++ smuxi/src/Frontend-GNOME/IndicateManager.cs	2012-03-22 22:31:32.000000000 +0100
+@@ -42,7 +42,7 @@
+ #if LOG4NET
+         private static readonly log4net.ILog Logger = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
+ #endif
+-        const string BusName = "com.canonical.indicate";
++        const string BusName = "com.canonical.indicator.session";
+         private static DateTime UnixEpoch = new DateTime(1970, 1, 1, 0, 0, 0);
+         private static string PersonChatIconBase64 { get; set; }
+         private static string GroupChatIconBase64  { get; set; }
diff --git a/debian/patches/series b/debian/patches/series
index b127b5c..8d89898 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+fix_messaging_menu_detection.patch
 build_Newtonsoft.Json_with_default_compiler.patch
 build_Twitterizer2_with_default_compiler.patch
 build_db4o_with_default_compiler.patch
diff --git a/debian/patches/ubuntu.series b/debian/patches/ubuntu.series
index 21225a5..8f8e783 100644
--- a/debian/patches/ubuntu.series
+++ b/debian/patches/ubuntu.series
@@ -1,3 +1,4 @@
+fix_messaging_menu_detection.patch
 build_Newtonsoft.Json_with_default_compiler.patch
 build_Twitterizer2_with_default_compiler.patch
 build_db4o_with_default_compiler.patch

-- 
smuxi



More information about the Pkg-cli-apps-commits mailing list