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

Proposed by Ted Gould
Status: Merged
Merged at revision: 367
Proposed branch: lp:~ted/indicator-applet/blacklist-datetime
Merge into: lp:indicator-applet/0.4
Diff against target: 13 lines (+3/-0)
1 file modified
src/applet-main.c (+3/-0)
To merge this branch: bzr merge lp:~ted/indicator-applet/blacklist-datetime
Reviewer Review Type Date Requested Status
Cody Russell (community) Approve
Review via email: mp+33157@code.launchpad.net

Description of the change

Remove indicator-datetime from indicator-applet

To post a comment you must log in.
Revision history for this message
Cody Russell (bratsche) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/applet-main.c'
2--- src/applet-main.c 2010-07-02 17:22:26 +0000
3+++ src/applet-main.c 2010-08-19 21:35:51 +0000
4@@ -811,6 +811,9 @@
5 if (!g_strcmp0(name, "libme.so")) {
6 continue;
7 }
8+ if (!g_strcmp0(name, "libdatetime.so")) {
9+ continue;
10+ }
11 #endif
12 #ifdef INDICATOR_APPLET_SESSION
13 if (g_strcmp0(name, "libsession.so") && g_strcmp0(name, "libme.so")) {

Subscribers

People subscribed via source and target branches

to status/vote changes: