comparison src/plugins.c @ 154:1c4e47c0c5dd

[gaim-migrate @ 164] Forgot one part of it. Oh well, nobody's perfect. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 24 Apr 2000 01:49:36 +0000
parents 8ed64c704fb0
children c99d0b82c8a8
comparison
equal deleted inserted replaced
153:8ed64c704fb0 154:1c4e47c0c5dd
363 plugins = g_list_remove(plugins, p); 363 plugins = g_list_remove(plugins, p);
364 g_free(p->filename); 364 g_free(p->filename);
365 g_free(p); 365 g_free(p);
366 gtk_widget_set_sensitive(config, 0); 366 gtk_widget_set_sensitive(config, 0);
367 update_show_plugins(); 367 update_show_plugins();
368 save_prefs();
368 } 369 }
369 370
370 void list_clicked(GtkWidget *w, struct gaim_plugin *p) { 371 void list_clicked(GtkWidget *w, struct gaim_plugin *p) {
371 gchar buffer[2048]; 372 gchar buffer[2048];
372 guint text_len; 373 guint text_len;