renamed validateClient to allocateClient to reflect the nature of the method
[simple-launcher] / gconf-wrapper.h
index a62fc56..68f192a 100644 (file)
@@ -29,7 +29,7 @@ public:
 protected:
   GConfItem();  // I do not want to create instances of this class
 
-  static void validateClient();
+  static void allocateClient();
 
 protected:
   static GConfClient *ourClient;