diff options
Diffstat (limited to 'src/plugins/daemon/daemon.c')
-rw-r--r-- | src/plugins/daemon/daemon.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/daemon/daemon.c b/src/plugins/daemon/daemon.c index 003dcce3..3b8bf244 100644 --- a/src/plugins/daemon/daemon.c +++ b/src/plugins/daemon/daemon.c | |||
@@ -101,6 +101,8 @@ static void updateAppModelSafe(void * unused) { | |||
101 | "applicationList"); | 101 | "applicationList"); |
102 | gtk_tree_view_set_model(GTK_TREE_VIEW(w), | 102 | gtk_tree_view_set_model(GTK_TREE_VIEW(w), |
103 | GTK_TREE_MODEL(model)); | 103 | GTK_TREE_MODEL(model)); |
104 | gtk_tree_selection_set_mode(gtk_tree_view_get_selection(GTK_TREE_VIEW(searchList)), | ||
105 | GTK_SELECTION_NONE); | ||
104 | connection_destroy(sock); | 106 | connection_destroy(sock); |
105 | } | 107 | } |
106 | 108 | ||