~lightdm-team/lightdm/1.4

« back to all changes in this revision

Viewing changes to src/display.c

  • Committer: robert.ancell at gmail
  • Date: 2010-07-21 07:30:17 UTC
  • Revision ID: robert.ancell@gmail.com-20100721073017-pom8bmi74o0t1zed
Support theme properties, use this to find the gtkrc in GNOME theme

Show diffs side-by-side

added added

removed removed

Lines of Context:
357
357
 
358
358
    filename = g_strdup_printf ("%s.theme", display->priv->greeter_theme);
359
359
    *theme = g_build_filename (THEME_DIR, filename, NULL);
360
 
    printf("1.%s\n", *theme);
361
360
    g_free (filename);
362
361
    *session = g_strdup (display->priv->session_name);
363
362
    *username = g_strdup (display->priv->default_user);