added 'vim' footer to the source files
authormishas <mikhail.sobolev@gmail.com>
Wed, 6 Dec 2006 15:52:36 +0000 (15:52 +0000)
committermishas <mikhail.sobolev@gmail.com>
Wed, 6 Dec 2006 15:52:36 +0000 (15:52 +0000)
git-svn-id: file:///svnroot/simple-launcher/trunk@42 3ba93dab-e023-0410-b42a-de7732cf370a

launcher-item.cc
launcher-item.h
simple-launcher.cc
test.cc

index 2423825..7e38b11 100644 (file)
@@ -122,3 +122,5 @@ GdkPixbuf *LauncherItem::getIcon(int icon_size) const {
 bool LauncherItem::activate(osso_context_t *context) {
   return osso_application_top(context, myService.c_str(), 0) == OSSO_OK;
 }
+
+// vim:ts=2:sw=2:et
index b5e811e..974c9d4 100644 (file)
@@ -43,3 +43,5 @@ private:
 };
 
 #endif
+
+// vim:ts=2:sw=2:et
index b314d56..6ef91d1 100644 (file)
@@ -222,3 +222,5 @@ GtkWidget *SimpleLauncherApplet::settings(GtkWindow *parent) {
   // corresponding dialog appears.
   return 0;
 }
+
+// vim:ts=2:sw=2:et
diff --git a/test.cc b/test.cc
index b8b860b..5cbb866 100644 (file)
--- a/test.cc
+++ b/test.cc
@@ -45,3 +45,5 @@ int main() {
 
   return 0;
 }
+
+// vim:ts=2:sw=2:et