sort the list..
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 19 Aug 2004 06:02:58 +0000 (06:02 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 19 Aug 2004 06:02:58 +0000 (06:02 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@819 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/modules/gui/controlflow/processlist.c

index 67d565a82e949a5af2162fb364a8139c794e814c..d3ef83b2bb91aee6b7e4c7ddc49898b4fff94809 100644 (file)
@@ -339,7 +339,14 @@ ProcessList *processlist_construct(void)
       process_sort_func,
       NULL,
       NULL);
-  
+
+  gtk_tree_sortable_set_sort_column_id(
+      GTK_TREE_SORTABLE(process_list->list_store),
+      GTK_TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID,
+      GTK_SORT_ASCENDING);
+
+
   process_list->process_hash = g_hash_table_new_full(
       process_list_hash_fct, process_list_equ_fct,
       destroy_hash_key, destroy_hash_data
This page took 0.02375 seconds and 4 git commands to generate.