| 2875 |
2875 |
| 2876 static void init_plugin(GaimPlugin * plugin) |
2876 static void init_plugin(GaimPlugin * plugin) |
| 2877 { |
2877 { |
| 2878 GaimAccountOption *option; |
2878 GaimAccountOption *option; |
| 2879 char *tmp = get_exposure_level(); |
2879 char *tmp = get_exposure_level(); |
| 2880 |
2880 |
| |
2881 gaim_debug_register_category("zepyhr"); |
| |
2882 |
| 2881 option = gaim_account_option_bool_new("Use tzc", "use_tzc", FALSE); |
2883 option = gaim_account_option_bool_new("Use tzc", "use_tzc", FALSE); |
| 2882 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option); |
2884 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option); |
| 2883 |
2885 |
| 2884 option = gaim_account_option_string_new("tzc command", "tzc_command", "/usr/bin/tzc -e %s"); |
2886 option = gaim_account_option_string_new("tzc command", "tzc_command", "/usr/bin/tzc -e %s"); |
| 2885 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option); |
2887 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option); |