Skip to content

Commit a29348c

Browse files
committed
use appropriate function call.
1 parent 3b3dd44 commit a29348c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

files/usr/share/cinnamon/cinnamon-desktop-editor/cinnamon-desktop-editor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ def load(self):
432432
pass
433433
else:
434434
try:
435-
self.old_categories = self.keyfile.get_locale_string(DESKTOP_GROUP, "Categories", None)
435+
self.old_categories = self.keyfile.get_string_list(DESKTOP_GROUP, "Categories")
436436
except GLib.GError:
437437
self.old_categories = ""
438438

0 commit comments

Comments
 (0)