X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/a99b7c5044d1c2e3e3d4734e914633a19281f375..ebff8ba1976dced95ba2637e491e65d190e8bb96:/disobedience/menu.c?ds=sidebyside diff --git a/disobedience/menu.c b/disobedience/menu.c index 2bb81a3..86ea177 100644 --- a/disobedience/menu.c +++ b/disobedience/menu.c @@ -1,6 +1,6 @@ /* * This file is part of DisOrder. - * Copyright (C) 2006-2008 Richard Kettlewell + * Copyright (C) 2006-2009 Richard Kettlewell * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -134,7 +134,7 @@ static void manual_popup(gpointer attribute((unused)) callback_data, GtkWidget attribute((unused)) *menu_item) { D(("manual_popup")); - popup_help(); + popup_help(NULL); } /** @brief Called when version arrives, displays about... popup */