GNOME Bugzilla – Bug 697251
file browser: Alt+Home should jump to home directory
Last modified: 2019-03-23 20:41:31 UTC
It would be convenient if I could press Alt+Home in the file browser pane to jump to my home directory, just like in Nautilus.
Created attachment 246807 [details] [review] Alt+Home should go to home directory
Review of attachment 246807 [details] [review]: Minor comment, feel free to push it apart from it. ::: plugins/filebrowser/gedit-file-browser-widget.c @@ +2717,3 @@ + model = gtk_tree_view_get_model (GTK_TREE_VIEW (widget->priv->treeview)); + + if (!GEDIT_IS_FILE_BROWSER_STORE (model)) missing {}
That is the current style of code it that file, should I still change it? (In reply to comment #2) > Review of attachment 246807 [details] [review]: > > Minor comment, feel free to push it apart from it. > > ::: plugins/filebrowser/gedit-file-browser-widget.c > @@ +2717,3 @@ > + model = gtk_tree_view_get_model (GTK_TREE_VIEW (widget->priv->treeview)); > + > + if (!GEDIT_IS_FILE_BROWSER_STORE (model)) > > missing {}
ok then, push it as it is and if you feel bored you can change the coding style of the file in a different commit.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.