Port to the use of GFile instead of URIs and merge gio document loader and saver
into document loader and saver
This commit is contained in:
@@ -16,11 +16,11 @@
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with xed; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor,
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor,
|
||||
* Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include "xed-gio-document-loader.h"
|
||||
#include "xed-document-loader.h"
|
||||
#include "xed-prefs-manager-app.h"
|
||||
#include <gio/gio.h>
|
||||
#include <gtk/gtk.h>
|
||||
|
@@ -16,11 +16,11 @@
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with xed; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor,
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor,
|
||||
* Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include "xed-gio-document-loader.h"
|
||||
#include "xed-document-loader.h"
|
||||
#include "xed-prefs-manager-app.h"
|
||||
#include <gio/gio.h>
|
||||
#include <gtk/gtk.h>
|
||||
@@ -701,7 +701,7 @@ int main (int argc,
|
||||
|
||||
g_test_add_func ("/document-saver/remote", test_remote);
|
||||
g_test_add_func ("/document-saver/remote-new-line", test_remote_newline);
|
||||
|
||||
|
||||
|
||||
if (have_unowned)
|
||||
{
|
||||
|
Reference in New Issue
Block a user