| 73 ppref = gaim_plugin_pref_new_with_label(_("Notify When")); |
74 ppref = gaim_plugin_pref_new_with_label(_("Notify When")); |
| 74 gaim_plugin_pref_frame_add(frame, ppref); |
75 gaim_plugin_pref_frame_add(frame, ppref); |
| 75 |
76 |
| 76 ppref = gaim_plugin_pref_new_with_name_and_label("/plugins/core/statenotify/notify_away", _("Buddy Goes _Away")); |
77 ppref = gaim_plugin_pref_new_with_name_and_label("/plugins/core/statenotify/notify_away", _("Buddy Goes _Away")); |
| 77 gaim_plugin_pref_frame_add(frame, ppref); |
78 gaim_plugin_pref_frame_add(frame, ppref); |
| 78 |
79 |
| 79 ppref = gaim_plugin_pref_new_with_name_and_label("/plugins/core/statenotify/notify_idle", _("Buddy Goes _Idle")); |
80 ppref = gaim_plugin_pref_new_with_name_and_label("/plugins/core/statenotify/notify_idle", _("Buddy Goes _Idle")); |
| 80 gaim_plugin_pref_frame_add(frame, ppref); |
81 gaim_plugin_pref_frame_add(frame, ppref); |
| 81 |
82 |
| 82 return frame; |
83 return frame; |
| 83 } |
84 } |
| 84 |
85 |
| 85 static gboolean |
86 static gboolean |
| 86 plugin_load(GaimPlugin *plugin) |
87 plugin_load(GaimPlugin *plugin) |