From 2845fb905cccd6655c294247722648d3bce97a27 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Sat, 08 Jan 2005 23:33:58 +0000 Subject: Update 2005-01-09 Marco Pesenti Gritti * cut-n-paste/recent-files/egg-recent-item.c: * cut-n-paste/recent-files/egg-recent-item.h: * cut-n-paste/recent-files/egg-recent-model.c: * cut-n-paste/recent-files/egg-recent-util.c: * cut-n-paste/recent-files/egg-recent-view-gtk.c: * cut-n-paste/recent-files/egg-recent-view.c: Update --- (limited to 'cut-n-paste/recent-files/egg-recent-view-gtk.c') diff --git a/cut-n-paste/recent-files/egg-recent-view-gtk.c b/cut-n-paste/recent-files/egg-recent-view-gtk.c index 34805b2..9872736 100644 --- a/cut-n-paste/recent-files/egg-recent-view-gtk.c +++ b/cut-n-paste/recent-files/egg-recent-view-gtk.c @@ -1,5 +1,5 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ -/** +/* * 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 the Free Software Foundation; either version 2 of the @@ -190,7 +190,7 @@ egg_recent_view_gtk_new_separator (EggRecentViewGtk *view) retval = gtk_separator_menu_item_new (); - /** + /* * this is a tag so we can distinguish our menu items * from others that may be in the menu. */ @@ -285,7 +285,7 @@ egg_recent_view_gtk_new_menu_item (EggRecentViewGtk *view, g_free (mime_type); g_free (text); - /** + /* * this is a tag so we can distinguish our menu items * from others that may be in the menu. */ @@ -773,7 +773,6 @@ egg_recent_view_gtk_new (GtkWidget *menu, GtkWidget *start_menu_item) /** * egg_recent_view_gtk_get_type: - * @: * * This returns a GType representing a EggRecentViewGtk object. * -- cgit v0.9.1