summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJorn Baayen <jorn@openedhand.com>2007-09-11 16:51:09 +0000
committerJorn Baayen <jorn@openedhand.com>2007-09-11 16:51:09 +0000
commitde829dd8da1c6627dba65ad934781fcb37909481 (patch)
tree08ab03df6c41b1b348e8d1e61747cd373b9943ce /tools
parent2ca66ae73a1dd375f8326c655cec2a134f7ba5d0 (diff)
downloadgssdp-de829dd8da1c6627dba65ad934781fcb37909481.tar.gz
2007-09-11 Zeeshan Ali <zeenix@gstreamer.net>
* tools/gssdp-device-sniffer.c: (setup_treeviews): Pass the correct value to n_columns argument of gtk_list_store_new(). Fixes bug#501. git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gssdp@453 d8cb91d7-bff9-0310-92b9-80b65e4482b2
Diffstat (limited to 'tools')
-rw-r--r--tools/gssdp-device-sniffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gssdp-device-sniffer.c b/tools/gssdp-device-sniffer.c
index c94f837..e1e1724 100644
--- a/tools/gssdp-device-sniffer.c
+++ b/tools/gssdp-device-sniffer.c
@@ -461,7 +461,7 @@ create_device_treemodel (void)
{
GtkListStore *store;
- store = gtk_list_store_new (5,
+ store = gtk_list_store_new (4,
G_TYPE_STRING,
G_TYPE_STRING,
G_TYPE_STRING,