commit | d616b583f264833e0e0cefa08fed00921879a884 | [log] [tgz] |
---|---|---|
author | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Wed Oct 10 00:04:07 2012 -0700 |
committer | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Wed Oct 10 00:04:07 2012 -0700 |
tree | 77330f9a2d304e1285c2a685543cf680cdce0c6d | |
parent | 5ee1009ceeed9a29cbfeade3a1e8e963312f6e5a [diff] [blame] |
fix bugs for first-time user (no plist)
diff --git a/chatdialog.h b/chatdialog.h index 97e5d6f..8adcc88 100644 --- a/chatdialog.h +++ b/chatdialog.h
@@ -65,6 +65,7 @@ void printTimeInCell(QTextTable *, time_t); void disableTreeDisplay(); bool getLocalPrefix(); + void initializeSync(); private slots: void returnPressed(); @@ -111,7 +112,7 @@ QList<QString> m_zombieList; int m_zombieIndex; - + // icon related QAction *minimizeAction; QAction *maximizeAction;