~seif/gwibber/zg

« back to all changes in this revision

Viewing changes to gwibber/microblog/util/const.py

  • Committer: Ryan Paul
  • Date: 2010-04-12 03:02:25 UTC
  • Revision ID: segphault@arstechnica.com-20100412030225-7tpll03xhbou4832
Move the preferences back over to GConf and make defaults work correctly

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
  "retweet_style": "recycle",
20
20
  "global_retweet": False,
21
21
  "theme": "default",
22
 
}
23
 
 
24
 
LOCAL_SETTINGS = {
25
22
  "window_size":  (500, 580),
26
23
  "window_position": (0, 24),
27
24
  "window_splitter": 450,