# HG changeset patch # User Ethan Blanton # Date 1149695907 0 # Node ID 853fefb07c79e6dca1d6ef230ffed9664dc09bb6 # Parent 18808a4c99b08312e160ce604d3ffc83ffc93181 [gaim-migrate @ 16228] Emil on IRC points out that gaim_gtk_append_menu_action returns no value. committer: Tailor Script diff -r 18808a4c99b0 -r 853fefb07c79 src/gtkutils.h --- a/src/gtkutils.h Tue Jun 06 00:50:46 2006 +0000 +++ b/src/gtkutils.h Wed Jun 07 15:58:27 2006 +0000 @@ -432,8 +432,6 @@ * @param menu The menu to append to. * @param act The GaimMenuAction to append. * @param gobject The object to be passed to the action callback. - * - * @return The menu. */ void gaim_gtk_append_menu_action(GtkWidget *menu, GaimMenuAction *act, gpointer gobject);