[Xfce4-commits] [xfce/exo] 01/01: Drop deprecated International icon context, add Stock icon context

noreply at xfce.org noreply at xfce.org
Thu Jun 7 03:13:26 CEST 2018


This is an automated email from the git hooks/post-receive script.

b   l   u   e   s   a   b   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/exo.

commit 89179fb7552148af7b92b0cc4f4a031eccf44678
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Wed Jun 6 21:13:17 2018 -0400

    Drop deprecated International icon context, add Stock icon context
---
 exo/exo-icon-chooser-dialog.c | 6 +++---
 exo/exo-icon-chooser-model.c  | 4 ++--
 exo/exo-icon-chooser-model.h  | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/exo/exo-icon-chooser-dialog.c b/exo/exo-icon-chooser-dialog.c
index 82825f9..a91a939 100644
--- a/exo/exo-icon-chooser-dialog.c
+++ b/exo/exo-icon-chooser-dialog.c
@@ -99,7 +99,7 @@ struct _ExoIconChooserDialogPrivate
 
 
 
-static const gchar CONTEXT_TITLES[][28] =
+static const gchar CONTEXT_TITLES[][20] =
 {
   /* EXO_ICON_CHOOSER_CONTEXT_ACTIONS */
   N_("Action Icons"),
@@ -115,14 +115,14 @@ static const gchar CONTEXT_TITLES[][28] =
   N_("Emblems"),
   /* EXO_ICON_CHOOSER_CONTEXT_EMOTES */
   N_("Emoticons"),
-  /* EXO_ICON_CHOOSER_CONTEXT_INTERNATIONAL */
-  N_("International Denominations"),
   /* EXO_ICON_CHOOSER_CONTEXT_MIME_TYPES */
   N_("File Type Icons"),
   /* EXO_ICON_CHOOSER_CONTEXT_PLACES */
   N_("Location Icons"),
   /* EXO_ICON_CHOOSER_CONTEXT_STATUS */
   N_("Status Icons"),
+  /* EXO_ICON_CHOOSER_CONTEXT_STOCK */
+  N_("Stock Icons"),
   /* EXO_ICON_CHOOSER_CONTEXT_OTHER */
   N_("Uncategorized Icons"),
   /* separator */
diff --git a/exo/exo-icon-chooser-model.c b/exo/exo-icon-chooser-model.c
index 6046db3..5fc31e6 100644
--- a/exo/exo-icon-chooser-model.c
+++ b/exo/exo-icon-chooser-model.c
@@ -113,7 +113,7 @@ struct _ExoIconChooserModelItem
 
 
 
-static const gchar CONTEXT_NAMES[][14] =
+static const gchar CONTEXT_NAMES[][13] =
 {
   "Actions",        /* EXO_ICON_CHOOSER_CONTEXT_ACTIONS */
   "Animations",     /* EXO_ICON_CHOOSER_CONTEXT_ANIMATIONS */
@@ -122,10 +122,10 @@ static const gchar CONTEXT_NAMES[][14] =
   "Devices",        /* EXO_ICON_CHOOSER_CONTEXT_DEVICES */
   "Emblems",        /* EXO_ICON_CHOOSER_CONTEXT_EMBLEMS */
   "Emotes",         /* EXO_ICON_CHOOSER_CONTEXT_EMOTES */
-  "International",  /* EXO_ICON_CHOOSER_CONTEXT_INTERNATIONAL */
   "MimeTypes",      /* EXO_ICON_CHOOSER_CONTEXT_MIME_TYPES */
   "Places",         /* EXO_ICON_CHOOSER_CONTEXT_PLACES */
   "Status",         /* EXO_ICON_CHOOSER_CONTEXT_STATUS */
+  "Stock",          /* EXO_ICON_CHOOSER_CONTEXT_STOCK */
 };
 
 
diff --git a/exo/exo-icon-chooser-model.h b/exo/exo-icon-chooser-model.h
index 6d24d7b..34d65dc 100644
--- a/exo/exo-icon-chooser-model.h
+++ b/exo/exo-icon-chooser-model.h
@@ -56,10 +56,10 @@ typedef enum
   EXO_ICON_CHOOSER_CONTEXT_DEVICES,
   EXO_ICON_CHOOSER_CONTEXT_EMBLEMS,
   EXO_ICON_CHOOSER_CONTEXT_EMOTES,
-  EXO_ICON_CHOOSER_CONTEXT_INTERNATIONAL,
   EXO_ICON_CHOOSER_CONTEXT_MIME_TYPES,
   EXO_ICON_CHOOSER_CONTEXT_PLACES,
   EXO_ICON_CHOOSER_CONTEXT_STATUS,
+  EXO_ICON_CHOOSER_CONTEXT_STOCK,
   EXO_ICON_CHOOSER_CONTEXT_OTHER,
   EXO_ICON_CHOOSER_N_CONTEXTS,
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list