← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~ted/indicator-applet/blacklist-datetime into lp:indicator-applet

 

Ted Gould has proposed merging lp:~ted/indicator-applet/blacklist-datetime into lp:indicator-applet.

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


Remove indicator-datetime from indicator-applet
-- 
https://code.launchpad.net/~ted/indicator-applet/blacklist-datetime/+merge/33157
Your team ayatana-commits is subscribed to branch lp:indicator-applet.
=== modified file 'src/applet-main.c'
--- src/applet-main.c	2010-07-02 17:22:26 +0000
+++ src/applet-main.c	2010-08-19 21:35:51 +0000
@@ -811,6 +811,9 @@
 			if (!g_strcmp0(name, "libme.so")) {
 				continue;
 			}
+			if (!g_strcmp0(name, "libdatetime.so")) {
+				continue;
+			}
 #endif
 #ifdef INDICATOR_APPLET_SESSION
 			if (g_strcmp0(name, "libsession.so") && g_strcmp0(name, "libme.so")) {


Follow ups