[gthumb] shortcuts: assign a different sort order for each category
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] shortcuts: assign a different sort order for each category
- Date: Sun, 24 Nov 2019 12:34:34 +0000 (UTC)
commit 6db7d107de0ab410f057fe4d27fcdc6160a6faff
Author: Paolo Bacchilega <paobac src gnome org>
Date: Sun Nov 17 12:51:46 2019 +0100
shortcuts: assign a different sort order for each category
extensions/gstreamer_tools/main.c | 2 +-
gthumb/gth-main-default-types.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/extensions/gstreamer_tools/main.c b/extensions/gstreamer_tools/main.c
index 9b085c70..4c2e0024 100644
--- a/extensions/gstreamer_tools/main.c
+++ b/extensions/gstreamer_tools/main.c
@@ -31,7 +31,7 @@
static GthShortcutCategory shortcut_categories[] = {
- { GTH_SHORTCUT_CATEGORY_MEDIA_VIEWER, N_("Audio/Video Player"), 21 },
+ { GTH_SHORTCUT_CATEGORY_MEDIA_VIEWER, N_("Audio/Video Player"), 24 },
};
diff --git a/gthumb/gth-main-default-types.c b/gthumb/gth-main-default-types.c
index fbccf86f..a3d47156 100644
--- a/gthumb/gth-main-default-types.c
+++ b/gthumb/gth-main-default-types.c
@@ -34,7 +34,7 @@
static GthShortcutCategory shortcut_categories[] = {
- { GTH_SHORTCUT_CATEGORY_HIDDEN, NULL },
+ { GTH_SHORTCUT_CATEGORY_HIDDEN, NULL, 0 },
{ GTH_SHORTCUT_CATEGORY_GENERAL, N_("General"), 30 },
{ GTH_SHORTCUT_CATEGORY_UI, N_("Show/Hide"), 31 },
{ GTH_SHORTCUT_CATEGORY_NAVIGATION, N_("Navigation"), 15 },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]