| 148 g_free(protocol); |
149 g_free(protocol); |
| 149 |
150 |
| 150 g_object_ref(G_OBJECT(gtkconv->imhtml)); |
151 g_object_ref(G_OBJECT(gtkconv->imhtml)); |
| 151 g_idle_add(_scroll_imhtml_to_end, gtkconv->imhtml); |
152 g_idle_add(_scroll_imhtml_to_end, gtkconv->imhtml); |
| 152 |
153 |
| 153 g_list_foreach(logs, (GFunc)purple_log_free, NULL); |
154 g_list_free_full(logs, (GDestroyNotify)purple_log_free); |
| 154 g_list_free(logs); |
|
| 155 } |
155 } |
| 156 |
156 |
| 157 static void |
157 static void |
| 158 history_prefs_check(PurplePlugin *plugin) |
158 history_prefs_check(PurplePlugin *plugin) |
| 159 { |
159 { |