Unity allows you to Quit itself
Bug #705536 reported by
Neil J. Patel
This bug affects 6 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Unity |
Fix Released
|
High
|
Neil J. Patel | ||
unity (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
<njpatel> Unity sometimes see's itself on the panel menubar, so you can do "File->Quit" and it kills itself!
Related branches
lp://staging/~unity-team/unity/panel-fixes
- Gord Allott: Pending requested
-
Diff: 1855 lines (+1043/-202)21 files modifiedCMakeLists.txt (+1/-1)
com.canonical.Unity.gschema.xml (+7/-0)
services/panel-service.c (+11/-2)
src/PanelHomeButton.cpp (+11/-7)
src/PanelHomeButton.h (+0/-1)
src/PanelIndicatorObjectEntryView.cpp (+62/-22)
src/PanelIndicatorObjectView.cpp (+7/-3)
src/PanelMenuView.cpp (+49/-36)
src/PanelMenuView.h (+1/-0)
src/PanelStyle.cpp (+274/-0)
src/PanelStyle.h (+79/-0)
src/PanelTray.cpp (+231/-0)
src/PanelTray.h (+73/-0)
src/PanelView.cpp (+126/-43)
src/PanelView.h (+20/-3)
src/WindowButtons.cpp (+27/-71)
src/unityshell.cpp (+34/-7)
src/unityshell.h (+8/-0)
tests/CMakeLists.txt (+4/-0)
tests/TestPanel.cpp (+2/-2)
unityshell.xml.in (+16/-4)
lp://staging/~unity-team/unity/dash-fixes-2011-02-24
- Unity Team: Pending requested
-
Diff: 2020 lines (+784/-345)35 files modifiedCMakeLists.txt (+1/-1)
com.canonical.Unity.gschema.xml (+14/-1)
src/IconTexture.cpp (+62/-34)
src/IconTexture.h (+6/-1)
src/LauncherIcon.cpp (+1/-0)
src/PanelIndicatorObjectView.cpp (+4/-4)
src/PanelMenuView.cpp (+15/-13)
src/PanelTray.cpp (+4/-5)
src/PlaceFactoryFile.cpp (+8/-7)
src/PlacesController.cpp (+38/-4)
src/PlacesController.h (+2/-0)
src/PlacesGroup.cpp (+18/-15)
src/PlacesGroup.h (+5/-5)
src/PlacesHomeView.cpp (+244/-97)
src/PlacesHomeView.h (+14/-5)
src/PlacesResultsController.cpp (+16/-16)
src/PlacesResultsView.cpp (+0/-18)
src/PlacesResultsView.h (+0/-3)
src/PlacesSearchBar.cpp (+14/-9)
src/PlacesSearchBar.h (+1/-1)
src/PlacesSettings.cpp (+93/-0)
src/PlacesSettings.h (+58/-0)
src/PlacesSimpleTile.cpp (+12/-6)
src/PlacesTile.cpp (+9/-8)
src/PlacesView.cpp (+27/-25)
src/QuicklistMenuItemCheckmark.cpp (+4/-0)
src/QuicklistMenuItemLabel.cpp (+2/-0)
src/QuicklistMenuItemRadio.cpp (+4/-0)
src/QuicklistMenuItemSeparator.cpp (+1/-0)
src/StaticCairoText.cpp (+10/-7)
src/TimeMe.cpp (+22/-0)
src/TimeMe.h (+43/-0)
src/Tooltip.cpp (+1/-1)
src/unitya11y.cpp (+3/-0)
tests/CMakeLists.txt (+28/-59)
Changed in unity: | |
milestone: | 3.6 → 3.4.4 |
Changed in unity: | |
status: | Triaged → Fix Committed |
Changed in unity: | |
status: | Fix Committed → Fix Released |
Changed in unity (Ubuntu): | |
status: | New → Triaged |
Changed in unity: | |
status: | Triaged → Fix Committed |
Changed in unity (Ubuntu): | |
status: | Triaged → Fix Committed |
Changed in unity: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Re-opening as the hack I added (and knew needed to change) didn't even last for two days!