~robert-ancell/+junk/lightdm-vala

« back to all changes in this revision

Viewing changes to src/display-manager.vala

  • Committer: robert.ancell at canonical
  • Date: 2010-09-08 11:14:41 UTC
  • Revision ID: robert.ancell@canonical.com-20100908111441-vl052mp98uhvc74k
stupid hash functions

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
        log_dir = config.get_string ("LightDM", "log-directory");
47
47
        if (log_dir == null)
48
48
            log_dir = LOG_DIR;
49
 
        xservers = new GLib.HashTable<int, XServer> (int_hash, int_equal);
 
49
        xservers = new GLib.HashTable<int, XServer> (null, null);
50
50
    }
51
51
 
52
52
    public void handle_signal (GLib.Pid pid)