commit | b9e513c6780fc07e80f6627cf8087afdef02f56a | [log] [tgz] |
---|---|---|
author | Rafal Mielniczuk <rafal.mielniczuk2@gmail.com> | Sat Jun 09 20:33:29 2012 +0200 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Mon Jun 11 09:37:46 2012 -0400 |
tree | 713f480e3162169e84b8ade95597662a9f351ebb | |
parent | 6e0a7d82b7bd99407aef87a0a266150ec3124336 [diff] |
desktop-shell: move panel_add_clock call to panel_create function Putting panel_add_clock in launcher_section_done handler will cause clock to be created multiple times with every launcher. Fix is to move the call to panel_create function.