Correct a variable name in a doxygen comment

Sun, 13 Mar 2011 02:13:18 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Sun, 13 Mar 2011 02:13:18 +0000
changeset 31547
3ce5b79db95b
parent 31546
f65482e7e8c5
child 31548
2f677f8ef0b7

Correct a variable name in a doxygen comment

pidgin/minidialog.h file | annotate | diff | comparison | revisions
--- 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);

mercurial