[gthumb/gthumb-3-10] contact sheet: fixed themes list always empty
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb/gthumb-3-10] contact sheet: fixed themes list always empty
- Date: Sat, 17 Apr 2021 10:37:53 +0000 (UTC)
commit 59239f66d3efb298160e6d7a8e54314ff9f96ec8
Author: Paolo Bacchilega <paobac src gnome org>
Date: Sat Apr 17 12:25:43 2021 +0200
contact sheet: fixed themes list always empty
extensions/contact_sheet/dlg-contact-sheet.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/extensions/contact_sheet/dlg-contact-sheet.c b/extensions/contact_sheet/dlg-contact-sheet.c
index 877d14c0..8a624e96 100644
--- a/extensions/contact_sheet/dlg-contact-sheet.c
+++ b/extensions/contact_sheet/dlg-contact-sheet.c
@@ -333,7 +333,7 @@ add_themes_from_dir (DialogData *data,
continue;
}
- if (g_strcmp0 (_g_uri_get_extension (g_file_info_get_name (file_info)), ".cst") != 0) {
+ if (g_strcmp0 (_g_path_get_extension (g_file_info_get_name (file_info)), ".cst") != 0) {
g_object_unref (file_info);
continue;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]