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 */