comparison src/gtkprefs.c @ 5981:81564bb4db68

[gaim-migrate @ 6429] Saving and loading the current plugin list should work once again. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 02 Jul 2003 06:00:22 +0000
parents 5fb6bd688a5b
children 35d3c1ac5ece
comparison
equal deleted inserted replaced
5980:34341fd4f11e 5981:81564bb4db68
1702 gtk_list_store_set (GTK_LIST_STORE (model), &iter, 0, 1702 gtk_list_store_set (GTK_LIST_STORE (model), &iter, 0,
1703 gaim_plugin_is_loaded(plug), -1); 1703 gaim_plugin_is_loaded(plug), -1);
1704 1704
1705 gtk_label_set_markup(GTK_LABEL(plugin_description), buf); 1705 gtk_label_set_markup(GTK_LABEL(plugin_description), buf);
1706 gtk_tree_path_free(path); 1706 gtk_tree_path_free(path);
1707
1708 gaim_gtk_plugins_save();
1707 } 1709 }
1708 1710
1709 static void 1711 static void
1710 update_plugin_list(void *data) 1712 update_plugin_list(void *data)
1711 { 1713 {
2809 gaim_prefs_add_bool("/gaim/gtk/logging/log_away_state", TRUE); 2811 gaim_prefs_add_bool("/gaim/gtk/logging/log_away_state", TRUE);
2810 gaim_prefs_add_bool("/gaim/gtk/logging/log_own_states", TRUE); 2812 gaim_prefs_add_bool("/gaim/gtk/logging/log_own_states", TRUE);
2811 gaim_prefs_add_bool("/gaim/gtk/logging/individual_logs", FALSE); 2813 gaim_prefs_add_bool("/gaim/gtk/logging/individual_logs", FALSE);
2812 2814
2813 /* Plugins */ 2815 /* Plugins */
2816 gaim_prefs_add_string_list("/gaim/gtk/plugins", NULL);
2814 gaim_prefs_add_string_list("/gaim/gtk/plugins/loaded", NULL); 2817 gaim_prefs_add_string_list("/gaim/gtk/plugins/loaded", NULL);
2815 2818
2816 /* Smiley Themes */ 2819 /* Smiley Themes */
2817 gaim_prefs_add_none("/gaim/gtk/smileys"); 2820 gaim_prefs_add_none("/gaim/gtk/smileys");
2818 gaim_prefs_add_string("/gaim/gtk/smileys/theme", ""); 2821 gaim_prefs_add_string("/gaim/gtk/smileys/theme", "");