From db2ab0e07508a50f9f8a6bd88ddafe58d5efe96f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Wed, 30 Apr 2014 13:59:58 -0400 Subject: [PATCH] lib/gtk: move gtk3_8 to gtk::v3_8 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- lib/{gtk3_8/gtk3_8.nit => gtk/v3_8.nit} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename lib/{gtk3_8/gtk3_8.nit => gtk/v3_8.nit} (96%) diff --git a/lib/gtk3_8/gtk3_8.nit b/lib/gtk/v3_8.nit similarity index 96% rename from lib/gtk3_8/gtk3_8.nit rename to lib/gtk/v3_8.nit index 92ad173..e3aeb0f 100644 --- a/lib/gtk3_8/gtk3_8.nit +++ b/lib/gtk/v3_8.nit @@ -14,9 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -module gtk3_8 +module v3_8 -import gtk3_6 +import v3_6 redef class GtkWidget # Get the visibility of the widget, check if it's parents are visible too -- 1.7.9.5