You are not logged in.
Pages: 1
hello i have a problem
all countries in asia is in list timezone
why i cannt see iraq country in list timezone ?
Last edited by badr-azeez (2022-04-05 13:19:46)
Offline
Hello and welcome.
why i cannt see iraq country in list timezone ?
Try to find Asia/Baghdad from the combo box below.
To answer your question literally: because the map fetches the first name in the list of cities of a particular time zone. This is done inside e_tz_map_set_location_text():
location_combo = gst_dialog_get_widget (tzmap->tool->main_dialog, "location_combo");
model = gtk_combo_box_get_model (GTK_COMBO_BOX (location_combo));
valid = gtk_tree_model_get_iter_first (GTK_TREE_MODEL (model), &iter);
Remember to edit the subject of your topic to include the [SOLVED] tag once you're satisfied with the answers or have found a solution (in which case, don't forget to share it as well), so that other members of the community can quickly refer to it and save their time. Pretty please!
Offline
Pages: 1
[ Generated in 0.012 seconds, 7 queries executed - Memory usage: 513.34 KiB (Peak: 520.5 KiB) ]