~ubuntu-branches/ubuntu/precise/evince/precise-updates

« back to all changes in this revision

Viewing changes to libdocument/ev-document.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-01-06 09:56:51 UTC
  • mto: (1.6.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 68.
  • Revision ID: james.westby@ubuntu.com-20090106095651-dgipxsorilswacxa
Tags: upstream-2.25.4
ImportĀ upstreamĀ versionĀ 2.25.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
                type = g_type_register_static (G_TYPE_INTERFACE,
49
49
                                               "EvDocument",
50
50
                                               &our_info, (GTypeFlags)0);
 
51
                
 
52
                g_type_interface_add_prerequisite (type, G_TYPE_OBJECT);
51
53
        }
52
54
 
53
55
        return type;