Mercurial > geeqie.yaz
diff src/ui_utildlg.c @ 726:a1dcef8cd1ae
Use G_DIR_SEPARATOR where applicable.
author | zas_ |
---|---|
date | Wed, 21 May 2008 11:07:23 +0000 |
parents | e07895754e65 |
children | 3096a47232ec |
line wrap: on
line diff
--- a/src/ui_utildlg.c Wed May 21 11:00:13 2008 +0000 +++ b/src/ui_utildlg.c Wed May 21 11:07:23 2008 +0000 @@ -386,7 +386,7 @@ generic_dialog_attach_default(GENERIC_DIALOG(fdlg), fdlg->entry); gtk_widget_show(tabcomp); - if (path && path[0] == '/') + if (path && path[0] == G_DIR_SEPARATOR) { fdlg->dest_path = g_strdup(path); }