comparison src/protocols/oscar/oscar.c @ 12317:1baf4cbcf84d

[gaim-migrate @ 14621] Warning fixes. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 04 Dec 2005 17:47:05 +0000
parents 3c6675e1400e
children 719c5b4668b9
comparison
equal deleted inserted replaced
12316:d5088e83fe0c 12317:1baf4cbcf84d
6890 OscarData *od; 6890 OscarData *od;
6891 GaimAccount *account; 6891 GaimAccount *account;
6892 GaimGroup *g; 6892 GaimGroup *g;
6893 GaimBuddy *b; 6893 GaimBuddy *b;
6894 struct aim_ssi_item *curitem; 6894 struct aim_ssi_item *curitem;
6895 int tmp; 6895 fu32_t tmp;
6896 va_list ap; 6896 va_list ap;
6897 fu16_t fmtver, numitems; 6897 fu16_t fmtver, numitems;
6898 struct aim_ssi_item *items; 6898 struct aim_ssi_item *items;
6899 fu32_t timestamp; 6899 fu32_t timestamp;
6900 6900
8391 GaimPluginPrefFrame *frame; 8391 GaimPluginPrefFrame *frame;
8392 GaimPluginPref *ppref; 8392 GaimPluginPref *ppref;
8393 8393
8394 frame = gaim_plugin_pref_frame_new(); 8394 frame = gaim_plugin_pref_frame_new();
8395 8395
8396 #if USE_PRPL_PREFERENCES 8396 #ifdef USE_PRPL_PREFERENCES
8397 ppref = gaim_plugin_pref_new_with_name_and_label("/plugins/prpl/oscar/recent_buddies", _("Use recent buddies group")); 8397 ppref = gaim_plugin_pref_new_with_name_and_label("/plugins/prpl/oscar/recent_buddies", _("Use recent buddies group"));
8398 gaim_plugin_pref_frame_add(frame, ppref); 8398 gaim_plugin_pref_frame_add(frame, ppref);
8399 8399
8400 ppref = gaim_plugin_pref_new_with_name_and_label("/plugins/prpl/oscar/show_idle", _("Show how long you have been idle")); 8400 ppref = gaim_plugin_pref_new_with_name_and_label("/plugins/prpl/oscar/show_idle", _("Show how long you have been idle"));
8401 gaim_plugin_pref_frame_add(frame, ppref); 8401 gaim_plugin_pref_frame_add(frame, ppref);