[gtk+] icon browser: drop an misnamed icon



commit d46f165636dab3f71a12ae9b24ae59646c8fab80
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Jun 24 22:24:46 2014 -0400

    icon browser: drop an misnamed icon
    
    small-progress was just my local test icon for scaling of spinners.

 demos/icon-browser/iconbrowserwin.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/demos/icon-browser/iconbrowserwin.c b/demos/icon-browser/iconbrowserwin.c
index 4d41f0b..7f1b8d3 100644
--- a/demos/icon-browser/iconbrowserwin.c
+++ b/demos/icon-browser/iconbrowserwin.c
@@ -604,7 +604,6 @@ populate (IconBrowserWindow *win)
   add_icon (win, "security-high", "The icon used to indicate that the security level of a connection is 
known to be secure, using strong encryption and a valid certificate.", "status");
   add_icon (win, "security-medium", "The icon used to indicate that the security level of a connection is 
presumed to be secure, using strong encryption, and a certificate that could not be automatically verified, 
but which the user has chosen to trust.", "status");
   add_icon (win, "security-low", "The icon used to indicate that the security level of a connection is 
presumed to be insecure, either by using weak encryption, or by using a certificate that the could not be 
automatically verified, and which the user has not chosent to trust.", "status");
-  add_icon (win, "small-progress", "", "status"); // missing from spec
   add_icon (win, "software-update-available", "The icon used when an update is available for software 
installed on the computing device, through the system software update program.", "status");
   add_icon (win, "software-update-urgent", "The icon used when an urgent update is available through the 
system software update program.", "status");
   add_icon (win, "sync-error", "The icon used when an error occurs while attempting to synchronize data from 
the computing device, to another device.", "status");


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]