2006-02-21 [wwp] 2.0.0cvs69
[claws.git] / src / gtk / pluginwindow.c
index 56c5883f8a6b4ef565db1166c7c2361f18370736..86b60d5c3133955b1d1f5111ed75836bc506086e 100644 (file)
@@ -133,7 +133,7 @@ static void select_row_cb(Plugin *plugin, PluginWindow *pluginwindow)
        GtkTextView *plugin_desc = GTK_TEXT_VIEW(pluginwindow->plugin_desc);
        GtkTextBuffer *textbuf = gtk_text_view_get_buffer(plugin_desc);
        GtkTextIter start_iter, end_iter;
        GtkTextView *plugin_desc = GTK_TEXT_VIEW(pluginwindow->plugin_desc);
        GtkTextBuffer *textbuf = gtk_text_view_get_buffer(plugin_desc);
        GtkTextIter start_iter, end_iter;
-       const gchar *text;
+       gchar *text;
 
        pluginwindow->selected_plugin = plugin;
 
 
        pluginwindow->selected_plugin = plugin;