gtk-css-engine r211 - trunk/src
- From: robsta svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk-css-engine r211 - trunk/src
- Date: Wed, 15 Apr 2009 13:32:18 +0000 (UTC)
Author: robsta
Date: Wed Apr 15 13:32:18 2009
New Revision: 211
URL: http://svn.gnome.org/viewvc/gtk-css-engine?rev=211&view=rev
Log:
Use vim modelines.
Modified:
trunk/src/css2gtkrc.c
trunk/src/gce-color.c
trunk/src/gce-color.h
trunk/src/gce-functions.c
trunk/src/gce-functions.h
trunk/src/gce-maps.c
trunk/src/gce-maps.h
trunk/src/gce-node.c
trunk/src/gce-node.h
trunk/src/gce-rc-style.c
trunk/src/gce-rc-style.h
trunk/src/gce-style.c
trunk/src/gce-style.h
trunk/src/gce-theme.c
Modified: trunk/src/css2gtkrc.c
==============================================================================
--- trunk/src/css2gtkrc.c (original)
+++ trunk/src/css2gtkrc.c Wed Apr 15 13:32:18 2009
@@ -1,3 +1,5 @@
+/* vim: set ts=8 sw=8 noexpandtab: */
+
/* The CSS Theme Engine for Gtk+.
* Copyright (C) 2008 Robert Staudinger
*
Modified: trunk/src/gce-color.c
==============================================================================
--- trunk/src/gce-color.c (original)
+++ trunk/src/gce-color.c Wed Apr 15 13:32:18 2009
@@ -1,3 +1,5 @@
+/* vim: set ts=8 sw=8 noexpandtab: */
+
/* The Cairo CSS Drawing Library.
* Copyright (C) 2008 Robert Staudinger
*
Modified: trunk/src/gce-color.h
==============================================================================
--- trunk/src/gce-color.h (original)
+++ trunk/src/gce-color.h Wed Apr 15 13:32:18 2009
@@ -1,3 +1,5 @@
+/* vim: set ts=8 sw=8 noexpandtab: */
+
/* The CSS Theme Engine for Gtk+.
* Copyright (C) 2008 Robert Staudinger
*
Modified: trunk/src/gce-functions.c
==============================================================================
--- trunk/src/gce-functions.c (original)
+++ trunk/src/gce-functions.c Wed Apr 15 13:32:18 2009
@@ -1,3 +1,5 @@
+/* vim: set ts=8 sw=8 noexpandtab: */
+
/* The CSS Theme Engine for Gtk+.
* Copyright (C) 2008 Robert Staudinger
*
Modified: trunk/src/gce-functions.h
==============================================================================
--- trunk/src/gce-functions.h (original)
+++ trunk/src/gce-functions.h Wed Apr 15 13:32:18 2009
@@ -1,3 +1,5 @@
+/* vim: set ts=8 sw=8 noexpandtab: */
+
/* The CSS Theme Engine for Gtk+.
* Copyright (C) 2008 Robert Staudinger
*
Modified: trunk/src/gce-maps.c
==============================================================================
--- trunk/src/gce-maps.c (original)
+++ trunk/src/gce-maps.c Wed Apr 15 13:32:18 2009
@@ -1,3 +1,5 @@
+/* vim: set ts=8 sw=8 noexpandtab: */
+
/* The CSS Theme Engine for Gtk+.
* Copyright (C) 2008 Robert Staudinger
*
Modified: trunk/src/gce-maps.h
==============================================================================
--- trunk/src/gce-maps.h (original)
+++ trunk/src/gce-maps.h Wed Apr 15 13:32:18 2009
@@ -1,3 +1,5 @@
+/* vim: set ts=8 sw=8 noexpandtab: */
+
/* The CSS Theme Engine for Gtk+.
* Copyright (C) 2008 Robert Staudinger
*
Modified: trunk/src/gce-node.c
==============================================================================
--- trunk/src/gce-node.c (original)
+++ trunk/src/gce-node.c Wed Apr 15 13:32:18 2009
@@ -1,3 +1,5 @@
+/* vim: set ts=8 sw=8 noexpandtab: */
+
/* The CSS Theme Engine for Gtk+.
* Copyright (C) 2008 Robert Staudinger
*
Modified: trunk/src/gce-node.h
==============================================================================
--- trunk/src/gce-node.h (original)
+++ trunk/src/gce-node.h Wed Apr 15 13:32:18 2009
@@ -1,3 +1,5 @@
+/* vim: set ts=8 sw=8 noexpandtab: */
+
/* The CSS Theme Engine for Gtk+.
* Copyright (C) 2008 Robert Staudinger
*
Modified: trunk/src/gce-rc-style.c
==============================================================================
--- trunk/src/gce-rc-style.c (original)
+++ trunk/src/gce-rc-style.c Wed Apr 15 13:32:18 2009
@@ -1,3 +1,5 @@
+/* vim: set ts=8 sw=8 noexpandtab: */
+
/* The CSS Theme Engine for Gtk+.
* Copyright (C) 2008 Robert Staudinger
*
Modified: trunk/src/gce-rc-style.h
==============================================================================
--- trunk/src/gce-rc-style.h (original)
+++ trunk/src/gce-rc-style.h Wed Apr 15 13:32:18 2009
@@ -1,3 +1,5 @@
+/* vim: set ts=8 sw=8 noexpandtab: */
+
/* The CSS Theme Engine for Gtk+.
* Copyright (C) 2008 Robert Staudinger
*
Modified: trunk/src/gce-style.c
==============================================================================
--- trunk/src/gce-style.c (original)
+++ trunk/src/gce-style.c Wed Apr 15 13:32:18 2009
@@ -1,3 +1,5 @@
+/* vim: set ts=8 sw=8 noexpandtab: */
+
/* The CSS Theme Engine for Gtk+.
* Copyright (C) 2008 Robert Staudinger
*
Modified: trunk/src/gce-style.h
==============================================================================
--- trunk/src/gce-style.h (original)
+++ trunk/src/gce-style.h Wed Apr 15 13:32:18 2009
@@ -1,3 +1,5 @@
+/* vim: set ts=8 sw=8 noexpandtab: */
+
/* The CSS Theme Engine for Gtk+.
* Copyright (C) 2008 Robert Staudinger
*
Modified: trunk/src/gce-theme.c
==============================================================================
--- trunk/src/gce-theme.c (original)
+++ trunk/src/gce-theme.c Wed Apr 15 13:32:18 2009
@@ -1,3 +1,5 @@
+/* vim: set ts=8 sw=8 noexpandtab: */
+
/* The CSS Theme Engine for Gtk+.
* Copyright (C) 2008 Robert Staudinger
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]