Default target version of gtk-builder-convert should be 2.0

This commit is contained in:
Matthias Clasen 2011-01-23 16:52:40 -05:00
parent c44fe0bc54
commit a5d35b95f0

View File

@ -769,7 +769,7 @@ def main(args):
skip_windows = False
split = False
root = None
target_version = "3.0"
target_version = "2.0"
for o, a in opts:
if o in ("-h", "--help"):
usage()