From d9a8f3ffc8255c0ce87e42c6d14f21d543f54092 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20No=C3=ABl?= Date: Thu, 2 May 2019 21:25:24 +0200 Subject: Remove gtk-missing-image usage and update some stock icon names --- gladeui/glade-builtins.c | 14 +++++++------- gladeui/glade-editor.ui | 2 +- plugins/gtk+/gtk+.xml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/gladeui/glade-builtins.c b/gladeui/glade-builtins.c index a5edbee1..cc4cc90f 100644 --- a/gladeui/glade-builtins.c +++ b/gladeui/glade-builtins.c @@ -57,13 +57,13 @@ typedef struct _GladeStockItem /* Hard-coded list of stock images (and displayable translations) from gtk+ that are not stock "items" */ static const gchar *builtin_stock_images[] = { - "gtk-dialog-authentication", /* GTK_STOCK_DIALOG_AUTHENTICATION */ - "gtk-dnd", /* GTK_STOCK_DND */ - "gtk-dnd-multiple", /* GTK_STOCK_DND_MULTIPLE */ - "gtk-color-picker", /* GTK_STOCK_COLOR_PICKER */ - "gtk-directory", /* GTK_STOCK_DIRECTORY */ - "gtk-file", /* GTK_STOCK_FILE */ - "gtk-missing-image" /* GTK_STOCK_MISSING_IMAGE */ + "dialog-password", /* GTK_STOCK_DIALOG_AUTHENTICATION */ + "gtk-dnd", /* GTK_STOCK_DND */ + "gtk-dnd-multiple", /* GTK_STOCK_DND_MULTIPLE */ + "gtk-color-picker", /* GTK_STOCK_COLOR_PICKER */ + "folder", /* GTK_STOCK_DIRECTORY */ + "text-x-generic", /* GTK_STOCK_FILE */ + "image-missing" /* GTK_STOCK_MISSING_IMAGE */ }; static const gchar *builtin_stock_displayables[] = { diff --git a/gladeui/glade-editor.ui b/gladeui/glade-editor.ui index 5cd26192..26d1a8af 100644 --- a/gladeui/glade-editor.ui +++ b/gladeui/glade-editor.ui @@ -50,7 +50,7 @@ Author: Tristan Van Berkom False True - gtk-missing-image + image-missing False diff --git a/plugins/gtk+/gtk+.xml b/plugins/gtk+/gtk+.xml index baee064b..9b519f82 100644 --- a/plugins/gtk+/gtk+.xml +++ b/plugins/gtk+/gtk+.xml @@ -2279,7 +2279,7 @@ GParamInt - + -- cgit v1.2.1