Added location for clock menu isn't used or remembered
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Indicator Date and Time |
Fix Released
|
Undecided
|
Unassigned | ||
indicator-datetime (Ubuntu) |
Fix Released
|
Wishlist
|
Unassigned |
Bug Description
indicator-datetime 0.1.98-0ubuntu1, Ubuntu Natty
indicator-datetime 0.2.0-0ubuntu1, Ubuntu Natty
1. From the clock menu, choose "Time & Date Settings...".
2. Check "Time in other locations" (if it isn't checked already).
3. Click "Choose Locations...".
4. Click the Add button, and type "wellington". Press Down until "Wellington (Wellington, New Zealand) is selected, and press Enter.
5. Open the clock menu.
6. Close the "Locations" window.
7. (Once bug 741686 is fixed) Click "Choose Locations..." again.
What happens:
5. The new location is not in the menu.
7. The new location is no longer listed in the window either.
What should happen:
5. The new location is shown in the menu immediately.
7. The location is still in the window.
Related branches
- Indicator Applet Developers: Pending requested
-
Diff: 159 lines (+58/-18)1 file modifiedsrc/datetime-prefs-locations.c (+58/-18)
- Ken VanDine: Pending requested
-
Diff: 301 lines (+59/-27) (has conflicts)8 files modifiedChangeLog (+32/-0)
configure (+10/-19)
configure.ac (+1/-2)
data/datetime-dialog.ui (+0/-1)
debian/changelog (+14/-0)
debian/control (+0/-2)
src/datetime-prefs.c (+0/-1)
src/datetime-service.c (+2/-2)
Changed in indicator-datetime (Ubuntu): | |
importance: | Undecided → Wishlist |
status: | New → Triaged |
Changed in indicator-datetime: | |
status: | New → Fix Committed |
milestone: | none → 0.2.1 |
Changed in indicator-datetime: | |
status: | Fix Committed → Fix Released |
I'm guessing that in step 4, you didn't choose an entry from the list, you just pressed Enter or some such. You have to select from the list (just like you do in Ubiquity) or it doesn't take. That would explain issues with step 7.
Step 5 is just because locations are only saved when the location dialog is closed. Straightforward enough to change that.