Skip to content

Commit

Permalink
fix icon names, hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
rburchell committed Sep 23, 2011
1 parent fe2ae4d commit e6db083
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/qticonloader.cpp
Expand Up @@ -214,6 +214,10 @@ void QtIconLoaderImplementation::lookupIconTheme() const

p_g_free(str);
p_g_object_unref(client);

// if gconf lookup worked, return now
if (!themeName.isEmpty())
return;
}

// TODO: should we default to something?
Expand Down

0 comments on commit e6db083

Please sign in to comment.