aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-10-30 09:12:32 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-10-30 09:12:32 +0000
commit95ac4907de609f33f0da8e03b44a14f94613f03e (patch)
tree04d74147eff1c4ae9a73070a9b38cdaf7dbb2d26 /src/main.c
parent64e7e1880f5350fe6ddebd81612f4d219608dfd9 (diff)
fixed 'Minimize to tray icon' option notworking on Windows.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3428 ee746299-78ed-0310-b773-934348b2243d
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);