← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~ted/indicator-applet/now-with-me into lp:indicator-applet

 

Ted Gould has proposed merging lp:~ted/indicator-applet/now-with-me into lp:indicator-applet.

    Requested reviews:
    Indicator Applet Developers (indicator-applet-developers)


Now with Me! support.
-- 
https://code.launchpad.net/~ted/indicator-applet/now-with-me/+merge/16574
Your team ayatana-commits is subscribed to branch lp:indicator-applet.
=== modified file 'src-session/applet-main.c'
--- src-session/applet-main.c	2009-11-04 20:11:42 +0000
+++ src-session/applet-main.c	2009-12-24 16:51:14 +0000
@@ -249,7 +249,7 @@
 
 		const gchar * name;
 		while ((name = g_dir_read_name(dir)) != NULL) {
-			if (g_strcmp0(name, "libsession.so")) {
+			if (g_strcmp0(name, "libsession.so") && g_strcmp0(name, "libme.so")) {
 				continue;
 			}
 			if (load_module(name, menubar)) {


Follow ups