← Back to team overview

ayatana-commits team mailing list archive

[Branch ~indicator-applet-developers/indicator-applet/applet] Rev 367: Blacklist datetime in the base indicator

 

Merge authors:
  Ted Gould (ted)
Related merge proposals:
  https://code.launchpad.net/~ted/indicator-applet/blacklist-datetime/+merge/33157
  proposed by: Ted Gould (ted)
  review: Approve - Cody Russell (bratsche)
------------------------------------------------------------
revno: 367 [merge]
committer: Ted Gould <ted@xxxxxxxx>
branch nick: applet
timestamp: Wed 2010-08-25 13:47:08 -0500
message:
  Blacklist datetime in the base indicator
modified:
  src/applet-main.c


--
lp:indicator-applet
https://code.launchpad.net/~indicator-applet-developers/indicator-applet/applet

Your team ayatana-commits is subscribed to branch lp:indicator-applet.
To unsubscribe from this branch go to https://code.launchpad.net/~indicator-applet-developers/indicator-applet/applet/+edit-subscription
=== 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:32:27 +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")) {