From 9da86888ae3a45ccd46c439ecee32f71742ecf82 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Wed, 30 Apr 2014 13:58:06 -0400 Subject: [PATCH] lib/gtk: move gtk3_6 to gtk::v3_6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- lib/{gtk3_6/gtk3_6.nit => gtk/v3_6.nit} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename lib/{gtk3_6/gtk3_6.nit => gtk/v3_6.nit} (97%) diff --git a/lib/gtk3_6/gtk3_6.nit b/lib/gtk/v3_6.nit similarity index 97% rename from lib/gtk3_6/gtk3_6.nit rename to lib/gtk/v3_6.nit index 95dbdda..692e697 100644 --- a/lib/gtk3_6/gtk3_6.nit +++ b/lib/gtk/v3_6.nit @@ -15,9 +15,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -module gtk3_6 +module v3_6 -import gtk3_4 +import v3_4 #An entry which shows a search icon #@https://developer.gnome.org/gtk3/stable/GtkSearchEntry.html -- 1.7.9.5