[Bug 122813] Remove unnecessary markup from messages in conglomerate
[email protected] Thu, 3 Mar 2005 18:20:47 -0500 (EST)
| Newsgroups | gmane.editors.conglomerate.cvs |
|---|---|
| Message-ID | <[email protected]> |
Please DO NOT reply to this by email. All additional comments should be made in the comments box of this bug report. http://bugzilla.gnome.org/show_bug.cgi?id=122813 conglomerate | general | Ver: cvs ------- Additional Comments From Nickolay V. Shmyrev 2005-03-03 18:20 ------- Sorry, but your patch really looks very strange. The problem is that g_strdup_printf is supposed to call with following arguments - g_strdup_printf(format_string, arg1, arg2) where format string specifies output and have modifiers like %s which are replaced by arg1 and arg2 strings. But what the reason that you insert text like "Text %s" as arg1. Do you want to show it to the user? ------- You are receiving this mail because: ------- You are the assignee for the bug.