plover-gtk/transactionhelper.c
changeset 44 43ffed8669ce
parent 42 419a02fa70db
child 50 a4f43ad0e0c8
     1.1 --- a/plover-gtk/transactionhelper.c	Thu Jun 16 12:11:14 2016 +0100
     1.2 +++ b/plover-gtk/transactionhelper.c	Wed Jun 22 17:04:28 2016 +0100
     1.3 @@ -23,6 +23,7 @@
     1.4  #include <plover/plover.h>
     1.5  #include <plover/transaction.h>
     1.6  #include <plover-gtk/transactionhelper.h>
     1.7 +#include "plover/uri-handler.h"
     1.8  
     1.9  /*
    1.10   * A PloverTransactionHelper uses a GtkAssistant to help a user run a
    1.11 @@ -95,7 +96,7 @@
    1.12  static void
    1.13    plover_transaction_helper_class_init(PloverTransactionHelperClass *klass)
    1.14  {
    1.15 -    plover__file_io_init();
    1.16 +    plover__uri_handler_init();
    1.17      GObjectClass *gobject_class=G_OBJECT_CLASS(klass);
    1.18      gobject_class->finalize=
    1.19        (void (*)(GObject *))plover_transaction_helper_finalize;