finch/gntplugin.c

changeset 21225
32d8e16cb7a9
parent 21220
3bb27fe7d046
child 21226
a60b30c9eeb5
child 21233
e75de8db4f2b
equal deleted inserted replaced
21223:6517e0eda8bc 21225:32d8e16cb7a9
470 } 470 }
471 471
472 return purple_request_fields_with_hint(NULL, _("Preferences"), NULL, NULL, fields, 472 return purple_request_fields_with_hint(NULL, _("Preferences"), NULL, NULL, fields,
473 _("Save"), G_CALLBACK(finch_request_save_in_prefs), _("Cancel"), NULL, 473 _("Save"), G_CALLBACK(finch_request_save_in_prefs), _("Cancel"), NULL,
474 NULL, NULL, NULL, 474 NULL, NULL, NULL,
475 "plugins", NULL); 475 PURPLE_UI_REQUEST_HINT_PLUGINMGR, NULL);
476 } 476 }
477 477

mercurial