[libgd/wip/taggedentry] No close button event
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgd/wip/taggedentry] No close button event
- Date: Sat, 13 Jul 2013 10:26:19 +0000 (UTC)
commit 5bf3d6a4691f525293da3513a3ed3ba60c27024d
Author: Ignacio Casal Quinteiro <ignacio casal nice-software com>
Date: Sat Jul 13 12:25:49 2013 +0200
No close button event
libgd/gd-tagged-entry.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgd/gd-tagged-entry.c b/libgd/gd-tagged-entry.c
index 6507291..17a044e 100644
--- a/libgd/gd-tagged-entry.c
+++ b/libgd/gd-tagged-entry.c
@@ -366,7 +366,7 @@ gd_tagged_entry_tag_event_is_button (GdTaggedEntryTag *tag,
GtkAllocation button_allocation;
GtkStyleContext *context;
- if (!entry->priv->button_visible)
+ if (!entry->priv->button_visible || !tag->has_close_button)
return FALSE;
context = gd_tagged_entry_tag_get_context (tag, entry);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]