parent
b42e2db5b8
commit
9d3fbfc3fe
@ -1,20 +0,0 @@
|
||||
--- gnome-commander-1.4.0/src/gnome-cmd-plain-path.cc.vtable 2014-03-14 06:13:20.000000000 +0900
|
||||
+++ gnome-commander-1.4.0/src/gnome-cmd-plain-path.cc 2014-03-19 15:30:07.049438210 +0900
|
||||
@@ -27,7 +27,7 @@
|
||||
using namespace std;
|
||||
|
||||
|
||||
-inline GnomeCmdPath *GnomeCmdPlainPath::get_parent()
|
||||
+GnomeCmdPath *GnomeCmdPlainPath::get_parent()
|
||||
{
|
||||
GnomeVFSURI *t = gnome_vfs_uri_new (G_DIR_SEPARATOR_S);
|
||||
GnomeVFSURI *u1 = gnome_vfs_uri_append_path (t, path);
|
||||
@@ -48,7 +48,7 @@ inline GnomeCmdPath *GnomeCmdPlainPath::
|
||||
}
|
||||
|
||||
|
||||
-inline GnomeCmdPath *GnomeCmdPlainPath::get_child(const gchar *child)
|
||||
+GnomeCmdPath *GnomeCmdPlainPath::get_child(const gchar *child)
|
||||
{
|
||||
GnomeVFSURI *t = gnome_vfs_uri_new (G_DIR_SEPARATOR_S);
|
||||
GnomeVFSURI *u1 = gnome_vfs_uri_append_path (t, path);
|
Loading…
Reference in new issue