diff options
Diffstat (limited to 'src/plugins/daemon/daemon.c')
-rw-r--r-- | src/plugins/daemon/daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/daemon/daemon.c b/src/plugins/daemon/daemon.c index 3b8bf244..4f7737dc 100644 --- a/src/plugins/daemon/daemon.c +++ b/src/plugins/daemon/daemon.c | |||
@@ -101,7 +101,7 @@ 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)), | 104 | gtk_tree_selection_set_mode(gtk_tree_view_get_selection(GTK_TREE_VIEW(w)), |
105 | GTK_SELECTION_NONE); | 105 | GTK_SELECTION_NONE); |
106 | connection_destroy(sock); | 106 | connection_destroy(sock); |
107 | } | 107 | } |