Merge lp://staging/~nicolas-espina/dockmanager/dockmanager-helpers into lp://staging/dockmanager
Proposed by
Nicolas
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~nicolas-espina/dockmanager/dockmanager-helpers |
Merge into: | lp://staging/dockmanager |
Diff against target: |
245 lines (+114/-23) 2 files modified
scripts/emesene_control.py (+44/-1) scripts/pidgin_control.py (+70/-22) |
To merge this branch: | bzr merge lp://staging/~nicolas-espina/dockmanager/dockmanager-helpers |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Rico Tzschichholz | Needs Information | ||
Michal Hruby | Pending | ||
Review via email: mp+33950@code.staging.launchpad.net |
Description of the change
I update the Pidgin and Emesene helpers, now the two applications uses the message count, menu entries in the dock menu to change status and the icon in the dock changes to show the actual status of the app.
This is my first approach in bzr+launchpad, so if you need something else just ask me, i have a diff file but i think that launchad makes a diff for you when i finish to send this
To post a comment you must log in.
Creating and adding the menu entries only once is more stable, but you removed with this change the selective showing of them depending on the current connection state.
So at least the Connected/ Disconnected status should take effect on what menu items are shown?