X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=gconf-wrapper.cc;h=e1120d647b825afeaf5c61c84d5ac5750a2ad428;hb=61531564db56aba46ec4225bf0eb5edd43ea2c11;hp=6b487753bcd1bce43c50b7f857735b0221dbe86a;hpb=847420f1ac24648cb0053f0493439bdf19089c8d;p=simple-launcher diff --git a/gconf-wrapper.cc b/gconf-wrapper.cc index 6b48775..e1120d6 100644 --- a/gconf-wrapper.cc +++ b/gconf-wrapper.cc @@ -20,10 +20,10 @@ GConfClient *GConfItem::ourClient = NULL; GConfItem::GConfItem() { - validateClient(); + allocateClient(); } -void GConfItem::validateClient() { +void GConfItem::allocateClient() { if (ourClient == NULL) { ourClient = gconf_client_get_default(); }