Merge lp://staging/~genius12a/unity/unity into lp://staging/unity
Proposed by
Anish Dowlut
Status: | Rejected |
---|---|
Rejected by: | Christopher Townsend |
Proposed branch: | lp://staging/~genius12a/unity/unity |
Merge into: | lp://staging/unity |
Diff against target: |
30 lines (+5/-1) 1 file modified
launcher/ApplicationLauncherIcon.cpp (+5/-1) |
To merge this branch: | bzr merge lp://staging/~genius12a/unity/unity |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Marco Trevisan (Treviño) | Disapprove | ||
Review via email: mp+224692@code.staging.launchpad.net |
Description of the change
I have made a commit to fix bug #1170647. The revision number is 3831.
To post a comment you must log in.
Unmerged revisions
- 3831. By Anish Dowlut
-
Fixed bug #1170647
Description of fix: Commented a section of code. The section of code was introduced to fix an earlier bug #753938, but it lead to incorrect behaviours in a few situations which are described in bug #1170647. The expected behaviours specified in these two bug reports actually contradicts each other. Hence, in order to fix bug #1170647, the changes for bug #753938 had to be reverted.
I've another solution for this, more complex, but it's something I need to do ASAP... We still want these device and trash icons to be used to handle the file manager, but we don't want the nautilus icon to fight with them...
So, for now I'd prefer to avoid this.