[gthumb] added the tag icon to the tag entry list
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] added the tag icon to the tag entry list
- Date: Mon, 5 Dec 2011 19:59:02 +0000 (UTC)
commit 7f635eb8570049243e55332c1bdb12d9c624f4e9
Author: Paolo Bacchilega <paobac src gnome org>
Date: Thu Nov 24 21:36:16 2011 +0100
added the tag icon to the tag entry list
gthumb/gth-tags-entry.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/gthumb/gth-tags-entry.c b/gthumb/gth-tags-entry.c
index 2b6144d..d571ec4 100644
--- a/gthumb/gth-tags-entry.c
+++ b/gthumb/gth-tags-entry.c
@@ -753,6 +753,10 @@ gth_tags_entry_init (GthTagsEntry *self)
/* the name column. */
+ renderer = gtk_cell_renderer_pixbuf_new ();
+ gtk_tree_view_column_pack_start (column, renderer, FALSE);
+ g_object_set (renderer, "icon-name", "tag", NULL);
+
renderer = gtk_cell_renderer_text_new ();
gtk_tree_view_column_pack_start (column, renderer, TRUE);
gtk_tree_view_column_set_attributes (column, renderer,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]