comparison finch/gntplugin.c @ 21069:fdefa5eb46e2

propagate from branch 'im.pidgin.pidgin' (head 1757e82b3ed17d8ad45db9d2c62f0187a8bee93d) to branch 'org.maemo.garage.pidgin.pidgin.dialog-transience' (head a7af6ce1e8f29eb0eb1bffc0ebb72813c4c5fdbf)
author Gabriel Schulhof <nix@go-nix.ca>
date Sat, 06 Oct 2007 15:55:47 +0000
parents 227e397d8e80 285bb637a2b7
children 8c9aad9479c0 0b67d509a305
comparison
equal deleted inserted replaced
20794:366204358e93 21069:fdefa5eb46e2
466 } 466 }
467 purple_request_field_group_add_field(group, field); 467 purple_request_field_group_add_field(group, field);
468 } 468 }
469 } 469 }
470 470
471 return purple_request_fields(NULL, _("Preferences"), NULL, NULL, fields, 471 return purple_request_fields_with_hint(NULL, _("Preferences"), NULL, NULL, fields,
472 _("Save"), G_CALLBACK(finch_request_save_in_prefs), _("Cancel"), NULL, 472 _("Save"), G_CALLBACK(finch_request_save_in_prefs), _("Cancel"), NULL,
473 NULL, NULL, NULL, 473 NULL, NULL, NULL,
474 NULL); 474 "plugins", NULL);
475 } 475 }
476 476