[gnome-software: 1/3] contex-dialog-row: Revert sorting 'neutral' after 'unimportant'
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software: 1/3] contex-dialog-row: Revert sorting 'neutral' after 'unimportant'
- Date: Tue, 8 Feb 2022 15:19:52 +0000 (UTC)
commit 4e930cf687918d12155b7495ea8eb75021956a35
Author: Adrien Plazas <kekun plazas laposte net>
Date: Tue Feb 8 14:40:13 2022 +0100
contex-dialog-row: Revert sorting 'neutral' after 'unimportant'
This reverts commit 407c67b7c66f754efd023cff0fa98106f324bc06.
Fixes https://gitlab.gnome.org/GNOME/gnome-software/-/issues/1631
src/gs-context-dialog-row.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gs-context-dialog-row.h b/src/gs-context-dialog-row.h
index 85bb9edc0..97b3681e1 100644
--- a/src/gs-context-dialog-row.h
+++ b/src/gs-context-dialog-row.h
@@ -19,8 +19,8 @@ G_BEGIN_DECLS
/**
* GsContextDialogRowImportance:
- * @GS_CONTEXT_DIALOG_ROW_IMPORTANCE_UNIMPORTANT: unimportant
* @GS_CONTEXT_DIALOG_ROW_IMPORTANCE_NEUTRAL: neutral or unknown importance
+ * @GS_CONTEXT_DIALOG_ROW_IMPORTANCE_UNIMPORTANT: unimportant
* @GS_CONTEXT_DIALOG_ROW_IMPORTANCE_WARNING: a bit important
* @GS_CONTEXT_DIALOG_ROW_IMPORTANCE_IMPORTANT: definitely important
*
@@ -33,8 +33,8 @@ typedef enum
{
/* The code in this file relies on the fact that these enum values
* numerically increase as they get more important. */
- GS_CONTEXT_DIALOG_ROW_IMPORTANCE_UNIMPORTANT,
GS_CONTEXT_DIALOG_ROW_IMPORTANCE_NEUTRAL,
+ GS_CONTEXT_DIALOG_ROW_IMPORTANCE_UNIMPORTANT,
GS_CONTEXT_DIALOG_ROW_IMPORTANCE_WARNING,
GS_CONTEXT_DIALOG_ROW_IMPORTANCE_IMPORTANT,
} GsContextDialogRowImportance;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]