2005-03-17 [paul] 1.0.3cvs2.2
[claws.git] / src / gtk / pluginwindow.c
index c240f8a8beac97c1a58914a9edf4893df455d353..3b3fa9153726270e571138b1af103c99b518b887 100644 (file)
@@ -85,6 +85,8 @@ static void set_plugin_list(PluginWindow *pluginwindow)
        gtk_list_store_clear(store);
        
        textbuf = gtk_text_view_get_buffer(GTK_TEXT_VIEW(pluginwindow->plugin_desc));
+       gtk_text_view_set_cursor_visible(GTK_TEXT_VIEW(pluginwindow->plugin_desc), FALSE);
+       gtk_text_view_set_editable(GTK_TEXT_VIEW(pluginwindow->plugin_desc), FALSE);
        gtk_text_buffer_get_start_iter(textbuf, &start_iter);
        gtk_text_buffer_get_end_iter(textbuf, &end_iter);
        gtk_text_buffer_delete(textbuf, &start_iter, &end_iter);