Replace the old icons with smiley icons from the Rodent icon theme.

Fix showing the same icon for two or more slots.
Minor cleanups.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4541 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Enrico Tröger 2010-01-24 16:18:11 +00:00
parent 0fb7faca80
commit 93c3028d3a
3 changed files with 1201 additions and 684 deletions

View File

@ -8,6 +8,10 @@
output of a command in templates. output of a command in templates.
Adjust template functions to mostly work with GeanyDocuments. Adjust template functions to mostly work with GeanyDocuments.
Minor cleanups in the template code. Minor cleanups in the template code.
* src/gb.c:
Replace the old icons with smiley icons from the Rodent icon theme.
Fix showing the same icon for two or more slots.
Minor cleanups.
2010-01-22 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com> 2010-01-22 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>

View File

@ -33,7 +33,6 @@
#include "geanywraplabel.h" #include "geanywraplabel.h"
#include "main.h" #include "main.h"
static GtkWidget *gb_window = NULL;
#include "gb.c" #include "gb.c"

1880
src/gb.c

File diff suppressed because it is too large Load Diff