about summary refs log tree commit diff stats
path: root/src/plugins
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-02-28 23:18:50 +0000
committerJames Booth <boothj5@gmail.com>2016-02-28 23:18:50 +0000
commitda7e59bc86668083270b31574886d3a5e2549eee (patch)
treeb9da150bacea8fb85df244a4900132d999b0178d /src/plugins
parentab08d0a3780474b1b01e23acb2985bcb7de7439e (diff)
parentaccde2a61c2d9dd8ee1d7ad58ccf4b1c2ec7fa58 (diff)
downloadprofani-tty-da7e59bc86668083270b31574886d3a5e2549eee.tar.gz
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/themes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/themes.c b/src/plugins/themes.c
index 42e7b7a1..f441af84 100644
--- a/src/plugins/themes.c
+++ b/src/plugins/themes.c
@@ -74,7 +74,7 @@ plugin_themes_close(void)
 theme_item_t
 plugin_themes_get(const char *const group, const char *const key, const char *const def)
 {
-    if (group && key && def && g_key_file_has_key(themes, group, key, NULL)) {
+    if (group && key && g_key_file_has_key(themes, group, key, NULL)) {
         gchar *result = g_key_file_get_string(themes, group, key, NULL);
 
         theme_item_t ret;