Mercurial > pidgin
changeset 31346:691c7bc95b3f
Correct a variable name in a doxygen comment
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 13 Mar 2011 02:13:18 +0000 |
parents | d1354c10232f |
children | 15c5a40ef7be |
files | pidgin/minidialog.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/minidialog.h Sun Mar 13 02:12:57 2011 +0000 +++ b/pidgin/minidialog.h Sun Mar 13 02:13:18 2011 +0000 @@ -148,7 +148,7 @@ /** Shortcut for setting a mini-dialog's custom icon via GObject properties. * @param mini_dialog a mini-dialog - * @param icon_name the pixbuf to use as a custom icon + * @param custom_icon the pixbuf to use as a custom icon */ void pidgin_mini_dialog_set_custom_icon(PidginMiniDialog *mini_dialog, GdkPixbuf *custom_icon);