~lightdm-team/lightdm/1.4

« back to all changes in this revision

Viewing changes to greeters/gtk/lightdm-example-gtk-greeter.c

  • Committer: Robert Ancell
  • Date: 2011-05-05 06:11:16 UTC
  • Revision ID: robert.ancell@canonical.com-20110505061116-4nhrdw6k0huve3ek
Move user manager into liblightdm

Show diffs side-by-side

added added

removed removed

Lines of Context:
516
516
        GdkPixbuf *pixbuf = NULL;
517
517
 
518
518
        image = ldm_user_get_image (user);
519
 
        if (strcmp (image, "") == 0)
 
519
        if (image)
520
520
        {
521
521
            gchar *path;
522
522