[geany/geany-plugins] 47a96e: Merge pull request #636 from LarsGit223/wb-icons

Frank Lanitz git-noreply at xxxxx
Mon Oct 23 20:06:29 UTC 2017


Branch:      refs/heads/master
Author:      Frank Lanitz <frank at frank.uvena.de>
Committer:   GitHub <noreply at github.com>
Date:        Mon, 23 Oct 2017 20:06:29 UTC
Commit:      47a96ed043844b9364390a97608859554f0a23e2
             https://github.com/geany/geany-plugins/commit/47a96ed043844b9364390a97608859554f0a23e2

Log Message:
-----------
Merge pull request #636 from LarsGit223/wb-icons

workbench: use standard icons


Modified Paths:
--------------
    build/workbench.m4
    workbench/Makefile.am
    workbench/icons/16x16/Makefile.am
    workbench/icons/16x16/workbench-basedir.png
    workbench/icons/16x16/workbench-bookmark.png
    workbench/icons/16x16/workbench-dir.png
    workbench/icons/16x16/workbench-nodirs.png
    workbench/icons/16x16/workbench-project-error.png
    workbench/icons/16x16/workbench-project.png
    workbench/icons/24x24/Makefile.am
    workbench/icons/24x24/workbench-basedir.png
    workbench/icons/24x24/workbench-bookmark.png
    workbench/icons/24x24/workbench-dir.png
    workbench/icons/24x24/workbench-nodirs.png
    workbench/icons/24x24/workbench-project-error.png
    workbench/icons/24x24/workbench-project.png
    workbench/icons/32x32/Makefile.am
    workbench/icons/32x32/workbench-basedir.png
    workbench/icons/32x32/workbench-bookmark.png
    workbench/icons/32x32/workbench-dir.png
    workbench/icons/32x32/workbench-nodirs.png
    workbench/icons/32x32/workbench-project-error.png
    workbench/icons/32x32/workbench-project.png
    workbench/icons/48x48/Makefile.am
    workbench/icons/48x48/workbench-basedir.png
    workbench/icons/48x48/workbench-bookmark.png
    workbench/icons/48x48/workbench-dir.png
    workbench/icons/48x48/workbench-nodirs.png
    workbench/icons/48x48/workbench-project-error.png
    workbench/icons/48x48/workbench-project.png
    workbench/icons/Makefile.am
    workbench/icons/scalable/Makefile.am
    workbench/icons/scalable/workbench-basedir.svg
    workbench/icons/scalable/workbench-bookmark.svg
    workbench/icons/scalable/workbench-dir.svg
    workbench/icons/scalable/workbench-nodirs.svg
    workbench/icons/scalable/workbench-project-error.svg
    workbench/icons/scalable/workbench-project.svg
    workbench/src/sidebar.c

Modified: build/workbench.m4
6 lines changed, 0 insertions(+), 6 deletions(-)
===================================================================
@@ -6,11 +6,5 @@ AC_DEFUN([GP_CHECK_WORKBENCH],
     AC_CONFIG_FILES([
         workbench/Makefile
         workbench/src/Makefile
-        workbench/icons/Makefile
-        workbench/icons/16x16/Makefile
-        workbench/icons/24x24/Makefile
-        workbench/icons/32x32/Makefile
-        workbench/icons/48x48/Makefile
-        workbench/icons/scalable/Makefile
     ])
 ])


Modified: workbench/Makefile.am
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -1,4 +1,4 @@
 include $(top_srcdir)/build/vars.auxfiles.mk
 
-SUBDIRS = src icons
+SUBDIRS = src
 plugin = workbench


Modified: workbench/icons/16x16/Makefile.am
10 lines changed, 0 insertions(+), 10 deletions(-)
===================================================================
@@ -1,10 +0,0 @@
-iconsdir = $(datadir)/icons/hicolor/16x16
-icons_appsdir = $(iconsdir)/apps
-
-dist_icons_apps_DATA =							\
-	workbench-basedir.png						\
-	workbench-bookmark.png						\
-	workbench-dir.png							\
-	workbench-nodirs.png						\
-	workbench-project.png						\
-	workbench-project-error.png


Modified: workbench/icons/16x16/workbench-basedir.png
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online


Modified: workbench/icons/16x16/workbench-bookmark.png
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online


Modified: workbench/icons/16x16/workbench-dir.png
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online


Modified: workbench/icons/16x16/workbench-nodirs.png
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online


Modified: workbench/icons/16x16/workbench-project-error.png
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online


Modified: workbench/icons/16x16/workbench-project.png
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online


Modified: workbench/icons/24x24/Makefile.am
10 lines changed, 0 insertions(+), 10 deletions(-)
===================================================================
@@ -1,10 +0,0 @@
-iconsdir = $(datadir)/icons/hicolor/24x24
-icons_appsdir = $(iconsdir)/apps
-
-dist_icons_apps_DATA =							\
-	workbench-basedir.png						\
-	workbench-bookmark.png						\
-	workbench-dir.png							\
-	workbench-nodirs.png						\
-	workbench-project.png						\
-	workbench-project-error.png


Modified: workbench/icons/24x24/workbench-basedir.png
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online


Modified: workbench/icons/24x24/workbench-bookmark.png
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online


Modified: workbench/icons/24x24/workbench-dir.png
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online


Modified: workbench/icons/24x24/workbench-nodirs.png
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online


Modified: workbench/icons/24x24/workbench-project-error.png
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online


Modified: workbench/icons/24x24/workbench-project.png
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online


Modified: workbench/icons/32x32/Makefile.am
10 lines changed, 0 insertions(+), 10 deletions(-)
===================================================================
@@ -1,10 +0,0 @@
-iconsdir = $(datadir)/icons/hicolor/32x32
-icons_appsdir = $(iconsdir)/apps
-
-dist_icons_apps_DATA =							\
-	workbench-basedir.png						\
-	workbench-bookmark.png						\
-	workbench-dir.png							\
-	workbench-nodirs.png						\
-	workbench-project.png						\
-	workbench-project-error.png


Modified: workbench/icons/32x32/workbench-basedir.png
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online


Modified: workbench/icons/32x32/workbench-bookmark.png
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online


Modified: workbench/icons/32x32/workbench-dir.png
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online


Modified: workbench/icons/32x32/workbench-nodirs.png
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online


Modified: workbench/icons/32x32/workbench-project-error.png
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online


Modified: workbench/icons/32x32/workbench-project.png
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online


Modified: workbench/icons/48x48/Makefile.am
10 lines changed, 0 insertions(+), 10 deletions(-)
===================================================================
@@ -1,10 +0,0 @@
-iconsdir = $(datadir)/icons/hicolor/48x48
-icons_appsdir = $(iconsdir)/apps
-
-dist_icons_apps_DATA =							\
-	workbench-basedir.png						\
-	workbench-bookmark.png						\
-	workbench-dir.png							\
-	workbench-nodirs.png						\
-	workbench-project.png						\
-	workbench-project-error.png


Modified: workbench/icons/48x48/workbench-basedir.png
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online


Modified: workbench/icons/48x48/workbench-bookmark.png
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online


Modified: workbench/icons/48x48/workbench-dir.png
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online


Modified: workbench/icons/48x48/workbench-nodirs.png
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online


Modified: workbench/icons/48x48/workbench-project-error.png
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online


Modified: workbench/icons/48x48/workbench-project.png
0 lines changed, 0 insertions(+), 0 deletions(-)
===================================================================
No diff available, check online


Modified: workbench/icons/Makefile.am
20 lines changed, 0 insertions(+), 20 deletions(-)
===================================================================
@@ -1,20 +0,0 @@
-SUBDIRS = 16x16 24x24 32x32 48x48 scalable
-
-gtk_update_icon_cache = gtk-update-icon-cache -f -t
-
-install-data-hook:
-	@-if test -z "$(DESTDIR)"; then					\
-		echo "Updating Gtk icon cache.";			\
-		$(gtk_update_icon_cache) "$(datadir)/icons/hicolor";	\
-		$(gtk_update_icon_cache) "$(datadir)/icons/Tango"; \
-	else								\
-		echo "*** Icon cache not updated. Remember to run:";	\
-		echo "***";						\
-		echo "***   $(gtk_update_icon_cache) '$(datadir)/icons/hicolor'";\
-		echo "***   $(gtk_update_icon_cache) '$(datadir)/icons/Tango'";\
-		echo "***";						\
-	fi
-
-uninstall-local:
-	rm -f $(DESTDIR)$(datadir)/icons/hicolor/icon-theme.cache
-	rm -f $(DESTDIR)$(datadir)/icons/Tango/icon-theme.cache


Modified: workbench/icons/scalable/Makefile.am
10 lines changed, 0 insertions(+), 10 deletions(-)
===================================================================
@@ -1,10 +0,0 @@
-iconsdir = $(datadir)/icons/hicolor/scalable
-icons_appsdir = $(iconsdir)/apps
-
-dist_icons_apps_DATA =							\
-	workbench-basedir.svg						\
-	workbench-bookmark.svg						\
-	workbench-dir.svg							\
-	workbench-nodirs.svg						\
-	workbench-project.svg						\
-	workbench-project-error.svg


Modified: workbench/icons/scalable/workbench-basedir.svg
25 lines changed, 0 insertions(+), 25 deletions(-)
===================================================================
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg id="svg7384" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16.013" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
- <metadata id="metadata90">
-  <rdf:RDF>
-   <cc:Work rdf:about="">
-    <dc:format>image/svg+xml</dc:format>
-    <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
-    <dc:title>Gnome Symbolic Icon Theme</dc:title>
-   </cc:Work>
-  </rdf:RDF>
- </metadata>
- <title id="title9167">Gnome Symbolic Icon Theme</title>
- <g id="layer13" transform="translate(-562.99 -175)">
-  <g id="g5388" transform="translate(405.62 -584.9)">
-   <title id="title5390">go-home</title>
-   <g id="g5392" style="fill:#bebebe" transform="matrix(.026036 0 0 .026036 345.97 902.08)"></g>
-  </g>
-  <path id="path5414" style="block-progression:tb;text-indent:0;color:#000000;text-transform:none;fill:#bebebe" d="m565.78 180a1.0001 1.0001 0 0 0 -0.78 1v7a1.0001 1.0001 0 0 0 1 1h10a1.0001 1.0001 0 0 0 1 -1v-7a1.0001 1.0001 0 1 0 -2 0v6h-8v-6a1.0001 1.0001 0 0 0 -1.2188 -1z"/>
-  <path id="path6184" style="block-progression:tb;text-indent:0;color:#000000;text-transform:none;fill:#bebebe" d="m570.91 176a1.0001 1.0001 0 0 0 -0.5 0.1875l-7 5a1.0063 1.0063 0 1 0 1.1875 1.625l6.4-4.57 6.4062 4.5625a1.0063 1.0063 0 1 0 1.1875 -1.625l-7-5a1.0001 1.0001 0 0 0 -0.69 -0.18z"/>
-  <rect id="rect6261" style="color:#bebebe;fill:#bebebe" height="6" width="3" y="183" x="569"/>
-  <rect id="rect8452-7" style="fill:#bebebe" rx="0" ry="1" transform="scale(-1,1)" width="1" y="182" x="-579" height="1"/>
-  <rect id="rect8452-8" style="fill:#bebebe" rx="0" ry="1" transform="scale(-1,1)" width="1" y="182" x="-564" height="1"/>
- </g>
-</svg>


Modified: workbench/icons/scalable/workbench-bookmark.svg
17 lines changed, 0 insertions(+), 17 deletions(-)
===================================================================
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg id="svg7384" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
- <metadata id="metadata90">
-  <rdf:RDF>
-   <cc:Work rdf:about="">
-    <dc:format>image/svg+xml</dc:format>
-    <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
-    <dc:title>Gnome Symbolic Icon Theme</dc:title>
-   </cc:Work>
-  </rdf:RDF>
- </metadata>
- <title id="title9167">Gnome Symbolic Icon Theme</title>
- <g id="layer12" transform="translate(-261 -647)">
-  <path id="path11922-4" style="color:#000000;fill:#bebebe" d="m269 647.69c-1.0005-0.004-1.5631 3.5402-2.375 4.125-0.81155 0.58452-4.3435-0.0125-4.6562 0.9375-0.31286 0.95036 2.8822 2.5784 3.1875 3.5312 0.30513 0.95245-1.3381 4.1278-0.53125 4.7188 0.80717 0.59122 3.3432-1.9416 4.3438-1.9375 1.0001 0.004 3.5011 2.5847 4.3125 2 0.81172-0.58496-0.81311-3.7997-0.5-4.75 0.31298-0.9499 3.5241-2.5476 3.2188-3.5-0.3055-0.95275-3.8492-0.37732-4.6562-0.96875-0.8067-0.5912-1.3436-4.1524-2.3438-4.1562zm-1 4.3125h2v2h2v2h-2v2h-2v-2h-2v-2h2z"/>
- </g>
-</svg>


Modified: workbench/icons/scalable/workbench-dir.svg
18 lines changed, 0 insertions(+), 18 deletions(-)
===================================================================
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg id="svg7384" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
- <metadata id="metadata90">
-  <rdf:RDF>
-   <cc:Work rdf:about="">
-    <dc:format>image/svg+xml</dc:format>
-    <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
-    <dc:title>Gnome Symbolic Icon Theme</dc:title>
-   </cc:Work>
-  </rdf:RDF>
- </metadata>
- <title id="title9167">Gnome Symbolic Icon Theme</title>
- <g id="layer13" transform="translate(-441 -195)">
-  <path id="path5079" style="block-progression:tb;text-indent:0;color:#000000;enable-background:new;text-transform:none;fill:#bebebe" d="m447.51 196c-3.0289 0-5.5107 2.479-5.5107 5.5045 0 3.0254 2.4819 5.5045 5.5107 5.5045s5.5107-2.479 5.5107-5.5045c0-3.0254-2.4819-5.5045-5.5107-5.5045zm0 2.0089c1.9474 0 3.4995 1.5504 3.4995 3.4955s-1.5522 3.4955-3.4995 3.4955c-1.9474 0-3.4995-1.5504-3.4995-3.4955 0-1.9452 1.5522-3.4955 3.4995-3.4955z"/>
-  <path id="path5081" style="block-progression:tb;text-indent:0;color:#000000;enable-background:new;text-transform:none;fill:#bebebe" d="m450.81 204a1.0001 1.0001 0 0 0 -0.5 1.7188l4 4a1.0055 1.0055 0 1 0 1.4062 -1.4375l-4-4a1.0001 1.0001 0 0 0 -0.91 -0.28z"/>
- </g>
-</svg>


Modified: workbench/icons/scalable/workbench-nodirs.svg
20 lines changed, 0 insertions(+), 20 deletions(-)
===================================================================
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg id="svg7384" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
- <metadata id="metadata90">
-  <rdf:RDF>
-   <cc:Work rdf:about="">
-    <dc:format>image/svg+xml</dc:format>
-    <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
-    <dc:title>Gnome Symbolic Icon Theme</dc:title>
-   </cc:Work>
-  </rdf:RDF>
- </metadata>
- <title id="title9167">Gnome Symbolic Icon Theme</title>
- <g id="layer9" transform="translate(-261 -257)">
-  <path id="path4561" style="block-progression:tb;text-indent:0;color:#000000;text-transform:none;fill:#bebebe" d="m269 257c-2.7496 0-5 2.2504-5 5 0 1.5862 0.84459 2.9034 2 3.8125v2.1875 1h1 4 1v-1-2.1875c1.1554-0.90914 2-2.2263 2-3.8125 0-2.7496-2.2504-5-5-5zm0 2c1.6687 0 3 1.3313 3 3 0 1.1158-0.59507 2.0379-1.5 2.5625l-0.5 0.3125v0.5625 1.5625h-2v-1.5625-0.5625l-0.5-0.3125c-0.9-0.52-1.5-1.44-1.5-2.56 0-1.6687 1.3313-3 3-3z"/>
-  <path id="path4488-4" style="block-progression:tb;text-indent:0;color:#000000;text-transform:none;fill:#bebebe" d="m267 272v1h4v-1h-4z"/>
-  <path id="path4488-4-7" style="block-progression:tb;text-indent:0;color:#000000;text-transform:none;fill:#bebebe" d="m266 270v1h6v-1h-6z"/>
-  <path id="path4488-4-4" style="opacity:.35;block-progression:tb;text-indent:0;color:#000000;text-transform:none;fill:#bebebe" d="m268 262v1h2v-1h-2z"/>
- </g>
-</svg>


Modified: workbench/icons/scalable/workbench-project-error.svg
17 lines changed, 0 insertions(+), 17 deletions(-)
===================================================================
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg id="svg7384" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
- <metadata id="metadata90">
-  <rdf:RDF>
-   <cc:Work rdf:about="">
-    <dc:format>image/svg+xml</dc:format>
-    <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
-    <dc:title>Gnome Symbolic Icon Theme</dc:title>
-   </cc:Work>
-  </rdf:RDF>
- </metadata>
- <title id="title9167">Gnome Symbolic Icon Theme</title>
- <g id="layer9" transform="translate(-341,-257)">
-  <path id="path10839-3" style="block-progression:tb;text-indent:0;color:#bebebe;enable-background:new;text-transform:none;fill:#bebebe" d="m349 258c-3.8706 0-7 3.1294-7 7s3.1294 7 7 7 7-3.1294 7-7-3.1294-7-7-7zm-4 6h8v2h-8z"/>
- </g>
-</svg>


Modified: workbench/icons/scalable/workbench-project.svg
19 lines changed, 0 insertions(+), 19 deletions(-)
===================================================================
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg id="svg7384" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
- <metadata id="metadata90">
-  <rdf:RDF>
-   <cc:Work rdf:about="">
-    <dc:format>image/svg+xml</dc:format>
-    <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
-    <dc:title>Gnome Symbolic Icon Theme</dc:title>
-   </cc:Work>
-  </rdf:RDF>
- </metadata>
- <title id="title9167">Gnome Symbolic Icon Theme</title>
- <g id="layer14" transform="translate(-482,-300)">
-  <path id="rect7268" style="color:#bebebe;fill:#bebebe" d="m485 308h10v7.059c0 0.4922-0.47266 0.9375-0.99609 0.9375h-8.0039c-0.53906 0-1-0.42964-1-1z"/>
-  <path id="path7270" style="block-progression:tb;text-indent:0;color:#000000;text-transform:none;fill:#bebebe" d="m488.69 302.97a1.0001 1.0001 0 0 0 -0.65625 0.375l-2.8125 3.4688a1.0001 1.0001 0 0 0 -0.22 0.63v1a1.0001 1.0001 0 1 0 2 0v-0.65625l2.5938-3.1562a1.0001 1.0001 0 0 0 -0.90625 -1.6562z"/>
-  <path id="path7272" style="block-progression:tb;text-indent:0;color:#000000;text-transform:none;fill:#bebebe" d="m490.91 305.97a1.0001 1.0001 0 1 0 -0.0312 2l2.1562 0.375v0.15625a1.0001 1.0001 0 1 0 2 0v-1a1.0001 1.0001 0 0 0 -0.8125 -1l-3-0.5a1.0001 1.0001 0 0 0 -0.3125 -0.0312z"/>
- </g>
-</svg>


Modified: workbench/src/sidebar.c
14 lines changed, 7 insertions(+), 7 deletions(-)
===================================================================
@@ -280,8 +280,8 @@ static void sidebar_insert_project_directories (WB_PROJECT *project, GtkTreeIter
 	{
 		const gchar *name;
 
-		icon_dir = g_icon_new_for_string("workbench-dir", NULL);
-		icon_base = g_icon_new_for_string("workbench-basedir", NULL);
+		icon_dir = g_icon_new_for_string("system-search", NULL);
+		icon_base = g_icon_new_for_string("user-home", NULL);
 
 		foreach_slist (elem, dirs)
 		{
@@ -317,7 +317,7 @@ static void sidebar_insert_project_directories (WB_PROJECT *project, GtkTreeIter
 	}
 	else
 	{
-		icon = g_icon_new_for_string("workbench-nodirs", NULL);
+		icon = g_icon_new_for_string("dialog-information", NULL);
 
 		gtk_tree_store_insert_with_values(sidebar.file_store, &iter, parent, *position,
 			FILEVIEW_COLUMN_ICON, icon,
@@ -408,7 +408,7 @@ static void sidebar_insert_project_bookmarks(WB_PROJECT *project, GtkTreeIter *p
 	if (max == 0)
 		return;
 
-	icon = g_icon_new_for_string("workbench-bookmark", NULL);
+	icon = g_icon_new_for_string("user-bookmarks", NULL);
 	for (index = 0 ; index < max ; index++)
 	{
 		gchar *file, *name;
@@ -473,8 +473,8 @@ static void sidebar_insert_all_projects(GtkTreeIter *iter, gint *position)
 	if (wb_globals.opened_wb == NULL)
 		return;
 
-	icon_good = g_icon_new_for_string("workbench-project", NULL);
-	icon_bad = g_icon_new_for_string("workbench-project-error", NULL);
+	icon_good = g_icon_new_for_string("package-x-generic", NULL);
+	icon_bad = g_icon_new_for_string("dialog-error", NULL);
 
 	max = workbench_get_project_count(wb_globals.opened_wb);
 	for (index = 0 ; index < max ; index++)
@@ -546,7 +546,7 @@ static void sidebar_insert_workbench_bookmarks(WORKBENCH *workbench, GtkTreeIter
 		return;
 	}
 
-	icon = g_icon_new_for_string("workbench-bookmark", NULL);
+	icon = g_icon_new_for_string("user-bookmarks", NULL);
 	for (index = 0 ; index < max ; index++)
 	{
 		gchar *file, *name;



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list