pidgin: 8af8abf5: A simple g_strdup is fine here.

sadrul at pidgin.im sadrul at pidgin.im
Wed Oct 21 19:30:40 EDT 2009


-----------------------------------------------------------------
Revision: 8af8abf5d55c259e186c6555093ee6d0a121749e
Ancestor: 6b259eeeb98687f0750c2dc07e41bcdec6ca3ef8
Author: sadrul at pidgin.im
Date: 2009-10-21T23:27:16
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/8af8abf5d55c259e186c6555093ee6d0a121749e

Modified files:
        pidgin/gtkpounce.c

ChangeLog: 

A simple g_strdup is fine here.

-------------- next part --------------
============================================================
--- pidgin/gtkpounce.c	d452c28293f63beb9ecd432b0671a74ef2882601
+++ pidgin/gtkpounce.c	1c44786faf254e353849c616aa9efd2bc7acc468
@@ -1455,7 +1455,7 @@ pounce_cb(PurplePounce *pounce, PurplePo
 		 * Here we place the protocol name in the pounce dialog to lessen
 		 * confusion about what protocol a pounce is for.
 		 */
-		tmp = g_strdup_printf(
+		tmp = g_strdup(
 				   (events & PURPLE_POUNCE_TYPING) ?
 				   _("Started typing") :
 				   (events & PURPLE_POUNCE_TYPED) ?


More information about the Commits mailing list