summaryrefslogtreecommitdiff
path: root/demos/icon-browser
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-07-29 14:07:54 +0200
committerMatthias Clasen <mclasen@redhat.com>2014-07-29 14:07:54 +0200
commit73f54716ad2156e0574305eed8393501d66e9202 (patch)
treeca590bb9401c68b7835efa4459b54acb6b154b39 /demos/icon-browser
parent1a99905055172a1fd66ab2da4c80038f31f6ac44 (diff)
downloadgtk+-73f54716ad2156e0574305eed8393501d66e9202.tar.gz
icon-browser: Don't show empty categories
We don't have any icons in International, so don't show the category. And process-working is really just a theme asset, so don't show that either.
Diffstat (limited to 'demos/icon-browser')
-rw-r--r--demos/icon-browser/iconbrowserwin.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/demos/icon-browser/iconbrowserwin.c b/demos/icon-browser/iconbrowserwin.c
index 903d932ae3..6bb0684b9c 100644
--- a/demos/icon-browser/iconbrowserwin.c
+++ b/demos/icon-browser/iconbrowserwin.c
@@ -314,9 +314,6 @@ populate (IconBrowserWindow *win)
add_icon (win, "zoom-original", "The icon used for the “Original Size” item in the application's “View” menu.", "actions");
add_icon (win, "zoom-out", "The icon used for the “Zoom Out” item in the application's “View” menu. ", "actions");
- add_context (win, "animations", "Animations", "Animated images used to represent loading web sites, or other background processing which may be less suited to more verbose progress reporting in the user interface.");
- add_icon (win, "process-working", "This is the standard spinner animation for web browsers and file managers to show that the location is loading.", "animations");
-
add_context (win, "apps", "Applications", "Icons that describe what an application is, for use in the Programs menu, window decorations, and the task list.");
add_icon (win, "accessories-calculator", "The icon used for the desktop's calculator accessory program.", "apps");
add_icon (win, "accessories-character-map", "The icon used for the desktop's international and extended text character accessory program.", "apps");
@@ -464,8 +461,6 @@ populate (IconBrowserWindow *win)
add_icon (win, "face-worried", "The icon used for the :-S emote.", "emotes");
add_icon (win, "face-yawn", "", "emotes"); // missing from spec
- add_context (win, "intl", "International", "Icons for international denominations such as flags.");
-
add_context (win, "mimetypes", "Mime Types", "Icons for different types of data, such as audio or image files.");
add_icon (win, "application-certificate", "", "mimetypes"); // missing from spec
add_icon (win, "application-rss+xml", "", "mimetypes"); // missing from spec