Commit 7a855b2e authored by Sam Ravnborg's avatar Sam Ravnborg

kconfig: gconfig - define local icons

Define own icons for tree structure, allowing icons to match other icons.
This also makes gconfig independent on icons defined for xconfig.
Teached bk to ignore gconf executable
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent 12dd2ea4
......@@ -11,7 +11,6 @@
#endif
#include "lkc.h"
#include "images.c"
#include <glade/glade.h>
#include <gtk/gtk.h>
......@@ -1142,6 +1141,39 @@ on_treeview1_button_press_event(GtkWidget * widget,
/* Conf management */
static const char *xpm_menu[] = {
"12 12 2 1",
" c white",
". c black",
" ",
" ",
" . ",
" .. ",
" ... ",
" .... ",
" ..... ",
" .... ",
" ... ",
" .. ",
" . ",
" "};
static const char *xpm_void[] = {
"12 12 2 1",
" c white",
". c black",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "};
/* Fill a row of strings */
static gchar **fill_row(struct menu *menu)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment