[evolution] [EMVFolderEditor] Correct path used to e_restore_window()



commit 3357559f1254d87e288af6f50236e0372dec0c3e
Author: Milan Crha <mcrha redhat com>
Date:   Tue Sep 18 10:25:40 2018 +0200

    [EMVFolderEditor] Correct path used to e_restore_window()
    
    It's supposed to end with a forward slash, otherwise glib claims a runtime
    warnings and the window position is not restored.

 src/mail/em-vfolder-editor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/mail/em-vfolder-editor.c b/src/mail/em-vfolder-editor.c
index 78098286d4..56494d540b 100644
--- a/src/mail/em-vfolder-editor.c
+++ b/src/mail/em-vfolder-editor.c
@@ -73,7 +73,7 @@ em_vfolder_editor_init (EMVFolderEditor *vfolder_editor)
 
        e_restore_window (
                GTK_WINDOW (vfolder_editor),
-               "/org/gnome/evolution/mail/vfolder-window",
+               "/org/gnome/evolution/mail/vfolder-window/",
                E_RESTORE_WINDOW_SIZE);
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]