After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 156877 - Adding more city for quebec province in Location.xml.in
Adding more city for quebec province in Location.xml.in
Status: RESOLVED FIXED
Product: gnome-applets
Classification: Other
Component: gweather
git master
Other All
: Normal enhancement
: ---
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
Depends on:
Blocks: 150905
 
 
Reported: 2004-10-30 06:50 UTC by Yannick Brosseau
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: 2.10.0
GNOME version: Unversioned Enhancement


Attachments
Adding the diff for CVS rev 1.21 (1.73 KB, patch)
2004-10-30 06:54 UTC, Yannick Brosseau
needs-work Details | Review
Correct patch againts CVS rev 1.21 (1.59 KB, patch)
2004-10-30 07:19 UTC, Yannick Brosseau
accepted-commit_now Details | Review

Description Yannick Brosseau 2004-10-30 06:50:13 UTC
These entries can be added to Canada, in the Quebec section of the file
Location.xml.in
ie in:
 <country>
  <_name>Canada</_name>
...
   <state>
   <_name>Quebec</_name>
...

New cities:
   <location>
    <_name>Sherbrooke</_name>
    <code>CYSC</code>
   </location>
   <location>
    <_name>Val-d'Or</_name>
    <code>CYVO</code>
   </location>
   <location>
    <_name>Chibougameau</_name>
    <code>CYMT</code>
   </location>
   <location>
    <_name>Salluit</_name>
    <code>CYZG</code>
   </location>
   <location>
    <_name>Inukjuak</_name>
    <code>CYPH</code>
   </location>
   <location>
    <_name>Kuujuaq</_name>
    <code>CYVP</code>
   </location>
   <location>
    <_name>Umiujaq</_name>
    <code>CYMU</code>
   </location>
   <location>
    <_name>Blanc-Sablon</_name>
    <code>CYBX</code>
   </location>
   <location>
    <_name>Baie-Comeau</_name>
    <code>CYBC</code>
   </location>
   <location>
    <_name>Gaspe</_name>
    <code>CYGP</code>
   </location>
   <location>
    <_name>Iles-de-la-Madelaine</_name>
    <code>CYGR</code>
   </location>
   <location>
    <_name>Havre St-Pierre</_name>
    <code>CYGV</code>
   </location>
   <location>
    <_name>Roberval</_name>
    <code>CYRJ</code>
   </location>
   <location>
    <_name>Matagami</_name>
    <code>CYNM</code>
   </location>
   <location>
    <_name>Rouyn-Noranda</_name>
    <code>CYUY</code>
   </location>
Comment 1 Yannick Brosseau 2004-10-30 06:54:57 UTC
Created attachment 33242 [details] [review]
Adding the diff for CVS rev 1.21
Comment 2 Danielle Madeley 2004-10-30 07:02:34 UTC
Comment on attachment 33242 [details] [review]
Adding the diff for CVS rev 1.21 

>+    <location>
>+     <_name>Rouyn-Noranda</_name>
>+     <code>CYUY</code>
>+    </location>

>+    <location>
>+     <_name></_name>
>+     <code></code>
>+    </location>
>+    <location>
>+     <_name></_name>
>+     <code></code>
>+    </location>

There would seem to be two blank entries at the end, any reason why?

>    </state>
Comment 3 Yannick Brosseau 2004-10-30 07:05:01 UTC
Oups, sorry, there is no reason, just too much cut and paste...
Comment 4 Danielle Madeley 2004-10-30 07:14:03 UTC
Yannick, if you provide an updated patch then someone can commit it to HEAD for
GNOME 2.9/2.10. I would do it now, but my gweather tree is in a mess ;)

I'm adding this to the strings bug so I don't lose it.
Comment 5 Yannick Brosseau 2004-10-30 07:19:23 UTC
Created attachment 33243 [details] [review]
Correct patch againts CVS rev 1.21 

Remove the unused locations entries in the old patch
Comment 6 Danielle Madeley 2004-10-30 07:21:11 UTC
Comment on attachment 33243 [details] [review]
Correct patch againts CVS rev 1.21 

This looks fine, can someone commit this for me please?
Comment 7 Danielle Madeley 2004-11-25 16:29:10 UTC
Committed to HEAD