]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.c
add a separate font config for onscreendisplays
[chaz/openbox] / openbox / openbox.c
index dac9d2224378354f9e2f48d2072cc2d74ba0050c..9de780dd47aa4d07999ef175ea6349265c1967ab 100644 (file)
@@ -111,7 +111,7 @@ gint main(gint argc, gchar **argv)
     g_set_prgname(argv[0]);
 
     if (chdir(g_get_home_dir()) == -1)
-        g_message(_("Unable to change to home directory (%s): %s"),
+        g_message(_("Unable to change to home directory '%s': %s"),
                   g_get_home_dir(), g_strerror(errno));
      
     /* parse out command line args */
@@ -241,7 +241,8 @@ gint main(gint argc, gchar **argv)
                                         config_font_activewindow,
                                         config_font_inactivewindow,
                                         config_font_menutitle,
-                                        config_font_menuitem)))
+                                        config_font_menuitem,
+                                        config_font_osd)))
                 {
                     RrThemeFree(ob_rr_theme);
                     ob_rr_theme = theme;
This page took 0.020912 seconds and 4 git commands to generate.