| 243 * Global Proxy" option. |
243 * Global Proxy" option. |
| 244 */ |
244 */ |
| 245 gtk_tree_model_filter_set_visible_func(options->filter, |
245 gtk_tree_model_filter_set_visible_func(options->filter, |
| 246 pidgin_proxy_options_filter_visible, |
246 pidgin_proxy_options_filter_visible, |
| 247 options, NULL); |
247 options, NULL); |
| |
248 |
| |
249 /* Force the filter to refresh. */ |
| |
250 gtk_tree_model_filter_refilter(options->filter); |
| 248 } |
251 } |
| 249 |
252 |
| 250 static void |
253 static void |
| 251 pidgin_proxy_options_constructed(GObject *obj) { |
254 pidgin_proxy_options_constructed(GObject *obj) { |
| 252 PidginProxyOptions *options = PIDGIN_PROXY_OPTIONS(obj); |
255 PidginProxyOptions *options = PIDGIN_PROXY_OPTIONS(obj); |