show default app icon if the icon is not specified or is not available
[simple-launcher] / launcher-item.h
index ec53bb9..03b78be 100644 (file)
@@ -55,7 +55,7 @@ public:
 private:
   std::string translateString(const std::string& what) const;
 
-  bool checkSanity(void) { return !(myName.empty() || myIcon.empty() || myService.empty()); }
+  bool checkSanity(void) { return !(myName.empty() || myService.empty()); }
 
 private:
   std::string myFileName, myName, myComment, myIcon, myService, myTextDomain;