aboutsummaryrefslogtreecommitdiff
path: root/src/session-menu-mgr.c
Commit message (Collapse)AuthorAgeFilesLines
* add a g_debug message to say which command is being invoked by ↵Charles Kerr2012-07-041-0/+1
| | | | g_spawn_command_line_async()
* Restore the ellipsis to the 'System Settings' label as per mpt's suggestion.Charles Kerr2012-06-281-1/+1
| | | | | Further reading: <https://bugzilla.gnome.org/show_bug.cgi?id=169447>
* copyeditingCharles Kerr2012-06-201-1/+1
|
* copyeditingCharles Kerr2012-06-191-9/+14
|
* 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