[gimp/metadata-browser: 39/45] Use the realize signal to update the icons in the advanced tab.
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser: 39/45] Use the realize signal to update the icons in the advanced tab.
- Date: Tue, 19 Feb 2013 23:43:00 +0000 (UTC)
commit 3914ac2480636a3b6f771c3618e5b9d17b734e63
Author: Roman Joost <roman bromeco de>
Date: Thu Oct 6 20:10:38 2011 +1000
Use the realize signal to update the icons in the advanced tab.
plug-ins/metadata/interface.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/metadata/interface.c b/plug-ins/metadata/interface.c
index 1bca7c9..3b6071c 100644
--- a/plug-ins/metadata/interface.c
+++ b/plug-ins/metadata/interface.c
@@ -381,7 +381,7 @@ add_advanced_tab (GtkWidget *notebook,
gtk_container_add (GTK_CONTAINER (sw), treeview);
/* update property icons when the user views this tab */
- g_signal_connect (treeview, "focus",
+ g_signal_connect (treeview, "realize",
G_CALLBACK (update_icons), NULL);
/* expand all rows after the treeview widget has been realized */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]