diff options
author | Sebastian Droege <slomo@ubuntu.com> | 2006-03-07 20:43:10 +0000 |
---|---|---|
committer | Sebastian Droege <slomo@ubuntu.com> | 2006-03-07 20:43:10 +0000 |
commit | 56a64f6c3b4bb43e88f6199ffa1614dbb9b0242f (patch) | |
tree | 78f6c50ebd592917bb8eae2644696f12b33e5589 | |
parent | dd3628e042fd98286bd0606f0245f38c70420881 (diff) |
* you can sort only by one column ;)
git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@100 3be567f1-68ff-0310-b24a-ad7cc433fd2f
-rwxr-xr-x | src/service-discovery-config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/service-discovery-config.in b/src/service-discovery-config.in index 6c979c8..382038d 100755 --- a/src/service-discovery-config.in +++ b/src/service-discovery-config.in @@ -97,7 +97,6 @@ class Config_window(SimpleGladeApp): # set this column to a fixed sizing(of 50 pixels) #column.set_sizing(gtk.TREE_VIEW_COLUMN_FIXED) #column.set_fixed_width(50) - column.set_sort_column_id(COLUMN_ENABLED) treeview.append_column(column) # column for service type |