@codebrainz commented on this pull request.


In plugins/filebrowser.c:

> @@ -686,6 +688,7 @@ static GtkWidget *create_popup_menu(void)
 	gtk_container_add(GTK_CONTAINER(menu), item);
 
 	item = gtk_check_menu_item_new_with_mnemonic(_("Show _Hidden Files"));
+	gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(item),show_hidden_files);

Minor nitpick, but the space after the comma is missing.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.