comparison pidgin/gtklog.c @ 19861:5f857c5e2d72

Added hints to gtklog.c and gtkplugin.c - starting to use Pidgin-specific hints
author Gabriel Schulhof <nix@go-nix.ca>
date Thu, 16 Aug 2007 21:21:35 +0000
parents 9a6d429d7aed
children 8feb06a1c3c1
comparison
equal deleted inserted replaced
19860:9a6d429d7aed 19861:5f857c5e2d72
320 data2[0] = lv->treestore; 320 data2[0] = lv->treestore;
321 data2[1] = data[3]; /* iter */ 321 data2[1] = data[3]; /* iter */
322 data2[2] = log; 322 data2[2] = log;
323 purple_request_action(lv, NULL, "Delete Log?", tmp, 0, 323 purple_request_action(lv, NULL, "Delete Log?", tmp, 0,
324 NULL, NULL, NULL, 324 NULL, NULL, NULL,
325 /* "conversation" could be replaced with something Pidgin-specific */ 325 "pidgin-log", data2, 2,
326 "conversation", data2, 2,
327 _("Delete"), delete_log_cb, 326 _("Delete"), delete_log_cb,
328 _("Cancel"), delete_log_cleanup_cb); 327 _("Cancel"), delete_log_cleanup_cb);
329 g_free(tmp); 328 g_free(tmp);
330 } 329 }
331 330