Merge lp:~codygarver/marlin/fix-1022931 into lp:marlin

Proposed by Cody Garver
Status: Merged
Merge reported by: ammonkey
Merged at revision: not available
Proposed branch: lp:~codygarver/marlin/fix-1022931
Merge into: lp:marlin
Diff against target: 12 lines (+1/-1)
1 file modified
src/fm-directory-view.c (+1/-1)
To merge this branch: bzr merge lp:~codygarver/marlin/fix-1022931
Reviewer Review Type Date Requested Status
ammonkey Approve
Review via email: mp+116172@code.launchpad.net

Description of the change

To post a comment you must log in.
Revision history for this message
ammonkey (am-monkeyd) wrote :

augment max "Open With" applications list (right-click)

review: Approve
Revision history for this message
ammonkey (am-monkeyd) wrote :

thx

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/fm-directory-view.c'
2--- src/fm-directory-view.c 2012-07-05 13:21:33 +0000
3+++ src/fm-directory-view.c 2012-07-22 22:36:18 +0000
4@@ -1992,7 +1992,7 @@
5 /* we need to remove the default app from open with menu */
6 if (view->details->default_app != NULL && !gof_file_is_executable (file))
7 view->details->open_with_apps = filter_default_app (view->details->open_with_apps, view->details->default_app);
8- for (l = view->details->open_with_apps, index=0; l != NULL && index <4; l=l->next, index++) {
9+ for (l = view->details->open_with_apps, index=0; l != NULL && index <10; l=l->next, index++) {
10 add_application_to_open_with_menu (view,
11 l->data,
12 selection,

Subscribers

People subscribed via source and target branches

to all changes:
to status/vote changes: