aboutsummaryrefslogtreecommitdiff
path: root/src/session-menu-mgr.c
Commit message (Collapse)AuthorAgeFilesLines
* action_func_spawn_async() doesn't need a varargs argument anymore.Charles Kerr2012-06-191-9/+4
|
* in build_user_menuitems(), don't leak the users GList even if user switching ↵Charles Kerr2012-06-191-1/+2
| | | | isn't allowed
* SessionMenuMgr shouldn't leak its user_menuitems GSListCharles Kerr2012-06-191-0/+3
|
* take a ref on the session_dbus passed into SessionMenuMgr's constructor.Charles Kerr2012-06-191-1/+2
|
* SessionMenuMgr should own its toplevel menuitem.Charles Kerr2012-06-191-23/+37
|
* clearing house: the remainder of bugfixes & readability changesCharles Kerr2012-06-181-213/+333
|
* a step in merging the two menus: consolidate & clean up the code in ↵Charles Kerr2012-06-171-558/+701
| | | | session-menu-mgr
* a step in merging the two menus: merge the DeviceMenuMgr and UserMenuMgr ↵Charles Kerr2012-06-151-0/+889
classes into a single SessionMenuMgr class