~ubuntu-branches/ubuntu/saucy/dee/saucy-proposed

« back to all changes in this revision

Viewing changes to tests/model-helper-insert1row.c

  • Committer: Package Import Robot
  • Author(s): Didier Roche, Didier Roche, Łukasz 'sil2100' Zemczak
  • Date: 2012-07-10 08:45:33 UTC
  • Revision ID: package-import@ubuntu.com-20120710084533-1uq7gaamn21bidd6
Tags: 1.0.10-0ubuntu2
[ Didier Roche ]
* debian/rules, debian/control:
  - install the python3 version of the override gobject introspection file

[ Łukasz 'sil2100' Zemczak ]
* Cherry-pick upstream:
  - dee doesnt compile with latest gobject-introspection (LP: #1017277)
  - Please make PyGI overrides available to Python3 (LP: #905085)

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
  GSList        *rows_added;
42
42
  
43
43
  g_type_init (); 
44
 
  g_thread_init (NULL);
45
44
 
46
45
  if (argc == 2)
47
46
    model = dee_shared_model_new (argv[1]);