Skip to content
Snippets Groups Projects

Fix regression for "Open with --> Other Application --> Custom Command" #425

Merged Alexander Schwinn requested to merge alexxcons/thunar:OpenWithCustomCommand into master
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
842 841 if (gtk_dialog_run (GTK_DIALOG (chooser)) == GTK_RESPONSE_ACCEPT)
843 842 {
844 843 filename = gtk_file_chooser_get_filename (GTK_FILE_CHOOSER (chooser));
845 gtk_entry_set_text (GTK_ENTRY (dialog->custom_entry), filename);
844 filename_quoted = g_strconcat ("'", filename, "'", NULL);
  • added 1 commit

    • a83920e1 - Added thunar_g_strescape_spaces

    Compare with previous version

  • added 1 commit

    • 1461fa57 - Fix string length calculation and malloc

    Compare with previous version

  • Alexander Schwinn added 17 commits

    added 17 commits

    Compare with previous version

  • added 5 commits

    Compare with previous version

  • Alexander Schwinn enabled an automatic merge when the pipeline for 7316aaba succeeds

    enabled an automatic merge when the pipeline for 7316aaba succeeds

  • Please register or sign in to reply
    Loading