added 'vim' footer to the source files
[simple-launcher] / launcher-item.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