diff pidgin/gtkimhtmltoolbar.c @ 21235:fba1f6c3df0b

Converted string literal UI hints to #define-ed constants and fixed two cast-warnings in gtkblist.c
author Gabriel Schulhof <nix@go-nix.ca>
date Sun, 14 Oct 2007 18:07:19 +0000
parents 0b67d509a305
children 73c5f5bfeb39 a20ef7180680 200afe30b7af
line wrap: on
line diff
--- a/pidgin/gtkimhtmltoolbar.c	Sun Oct 14 03:14:43 2007 +0000
+++ b/pidgin/gtkimhtmltoolbar.c	Sun Oct 14 18:07:19 2007 +0000
@@ -436,7 +436,7 @@
 					    _("_Insert"), G_CALLBACK(do_insert_link_cb),
 					    _("Cancel"), G_CALLBACK(cancel_link_cb),
 					    NULL, NULL, NULL,
-					    "conversation", toolbar);
+					    PURPLE_REQUEST_HINT_CONV, toolbar);
 		g_free(msg);
 		g_free(desc);
 	} else {