comparison libpurple/plugins/buddynote.c @ 20598:285bb637a2b7

Updated hinting to be less invasive
author Gabriel Schulhof <nix@go-nix.ca>
date Sat, 22 Sep 2007 16:19:34 +0000
parents 6a0d9fa477d4
children 8c9aad9479c0
comparison
equal deleted inserted replaced
20597:591267f6f1d5 20598:285bb637a2b7
41 { 41 {
42 const char *note; 42 const char *note;
43 43
44 note = purple_blist_node_get_string(node, "notes"); 44 note = purple_blist_node_get_string(node, "notes");
45 45
46 purple_request_input(node, _("Notes"), 46 purple_request_input_with_hint(node, _("Notes"),
47 _("Enter your notes below..."), 47 _("Enter your notes below..."),
48 NULL, 48 NULL,
49 note, TRUE, FALSE, "html", 49 note, TRUE, FALSE, "html",
50 _("Save"), G_CALLBACK(do_it_cb), 50 _("Save"), G_CALLBACK(do_it_cb),
51 _("Cancel"), G_CALLBACK(dont_do_it_cb), 51 _("Cancel"), G_CALLBACK(dont_do_it_cb),