diff pidgin/gtkconv.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
line wrap: on
line diff
--- a/pidgin/gtkconv.c	Sun Oct 14 03:14:43 2007 +0000
+++ b/pidgin/gtkconv.c	Sun Oct 14 18:07:19 2007 +0000
@@ -1033,7 +1033,7 @@
 					  buf,
 					  TRUE, G_CALLBACK(savelog_writefile_cb), NULL,
 					  NULL, NULL, conv,
-					  "conversation", conv);
+					  PURPLE_REQUEST_HINT_BLIST, conv);
 
 	g_free(buf);
 }
@@ -2721,7 +2721,7 @@
 	purple_request_file_with_hint(gtkconv, _("Save Icon"), buf, TRUE,
 					 G_CALLBACK(saveicon_writefile_cb), NULL,
 					conv->account, NULL, conv,
-					"conversation", gtkconv);
+					PURPLE_REQUEST_HINT_BLIST, gtkconv);
 
 	g_free(buf);
 }