From f12ceeeda1d027719a86624a5681bee6dc42e47f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 7 May 2015 15:11:24 +0800 Subject: [PATCH] src/Palete/VapiParser.vala --- src/Palete/VapiParser.vala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Palete/VapiParser.vala b/src/Palete/VapiParser.vala index 19bfa195b..bc2bd9bcf 100644 --- a/src/Palete/VapiParser.vala +++ b/src/Palete/VapiParser.vala @@ -276,7 +276,7 @@ namespace Palete { context.add_external_package ("gobject-2.0"); // core packages we are interested in for the builder.. - // some of these may fail... + // some of these may fail... - we probalby need a better way to handle this.. context.add_external_package ("gtk+-3.0"); if (!context.add_external_package ("webkit2gtk-4.0")) { @@ -329,7 +329,7 @@ namespace Palete { } } - + /* int main (string[] args) { var g = Palete.Gir.factory("Gdk"); @@ -338,6 +338,6 @@ int main (string[] args) { return 0; } - + */ -- 2.39.2