aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 790febfa..033d4f6a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -297,6 +297,8 @@ int main(int argc, char *argv[])
gtkut_widget_init();
+ gtkut_get_dpi();
+
path = g_strconcat(get_rc_dir(), G_DIR_SEPARATOR_S, "icons", NULL);
if (is_dir_exist(path)) {
debug_print("icon theme dir: %s\n", path);