From 2f426cf93cd68d6f47778c46ee1234ba41cf8ea3 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 6 Nov 2011 03:37:58 +0000 Subject: [PATCH] Updated some comments --- src/plugins/preview.c | 1 + src/plugins/subversion.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/plugins/preview.c b/src/plugins/preview.c index c410dff..ee1de42 100644 --- a/src/plugins/preview.c +++ b/src/plugins/preview.c @@ -46,6 +46,7 @@ typedef struct _Preview /* prototypes */ +/* plug-in */ static GtkWidget * _preview_init(BrowserPlugin * plugin); static void _preview_destroy(BrowserPlugin * plugin); static void _preview_refresh(BrowserPlugin * plugin, char const * path); diff --git a/src/plugins/subversion.c b/src/plugins/subversion.c index 7e8c10c..1fbd07f 100644 --- a/src/plugins/subversion.c +++ b/src/plugins/subversion.c @@ -12,7 +12,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -/* FIXME: +/* TODO: * - parse SVN's meta-data */