indicator-applet:13.10

Last commit made on 2013-09-24
Get this branch:
git clone -b 13.10 https://git.launchpad.net/indicator-applet
Members of Indicator Applet Developers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
13.10
Repository:
lp:indicator-applet

Recent commits

fa9b7df... by PS Jenkins bot

Releasing 12.10.2+13.10.20130924.2-0ubuntu1 (revision 421 from lp:indicator-applet).

Approved by PS Jenkins bot.

7e09346... by PS Jenkins bot

Releasing 12.10.2+13.10.20130924.2-0ubuntu1, based on r421

cec801f... by Alberts Muktupāvels

Don't load all indicators for indicator-applet-appmenu, indicator-applet-session... LP: (#1215337). Fixes: https://bugs.launchpad.net/bugs/1215337.

Approved by PS Jenkins bot, William Hua.

9a5a378... by Alberts Muktupāvels

Fix indentation

3fab851... by Alberts Muktupāvels

Fixed indentation and removed one debug line.

fda9c7d... by Alberts Muktupāvels

LP: (#1215337)

6cfe476... by PS Jenkins bot

Releasing 12.10.2+13.10.20130913-0ubuntu1 (revision 419 from lp:indicator-applet).

Approved by PS Jenkins bot.

74e2e16... by PS Jenkins bot

Releasing 12.10.2+13.10.20130913-0ubuntu1, based on r419

bf956ea... by Alistair Buxton

Fix the loaded indicators count.

The addition of support for indicator-ng means that there are now two
ways to load indicators, but only those loaded by the second function
are counted. Fix this by making the worker functions add to the counter
variable instead of assigning to it.

Approved by PS Jenkins bot, Iain Lane.

3acefef... by Alistair Buxton

Fix the loaded plugin count.

The addition of support for indicator-ng means that there now are two
ways to load plugins. The main function which loads all functions uses
call-by-reference to get the number of plugins loaded, but the two
functions which do the work overwrite the variable only the plugins
from the second function are counted. Fix this by making the worker
functions add to the variable instead of assigning to it.