aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/packet_list_store.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-07-24 21:25:21 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-07-24 21:25:21 +0000
commit9feddc7ef47ada248bdb32cb7773def628e482f2 (patch)
tree2c2b8709ca9bc43e5f6e4da019e4fb31283a15fd /gtk/packet_list_store.c
parent2e2986835745dd58e680247ade46e699a8ce1395 (diff)
From Kovarththanan Rajaratnam:
New packet list: enable packet history Me: Add a comment. svn path=/trunk/; revision=29188
Diffstat (limited to 'gtk/packet_list_store.c')
-rw-r--r--gtk/packet_list_store.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/packet_list_store.c b/gtk/packet_list_store.c
index 58d2d254a0..970d415a82 100644
--- a/gtk/packet_list_store.c
+++ b/gtk/packet_list_store.c
@@ -180,6 +180,9 @@ packet_list_class_init(PacketListClass *klass)
object_class->finalize = packet_list_finalize;
+ /* XXX this seems to affect TreeView Application wide
+ * Move to main.c ??? as it's not a bad thing(tm)
+ */
gtk_rc_parse_string (
"style \"PacketList-style\"\n"
"{\n"