Skip to content

Commit f866998

Browse files
zsugabubusmtwebster
authored andcommitted
nemo-action-manager.c: Fix order of actions
1 parent 5e2b088 commit f866998

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

libnemo-private/nemo-action-manager.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,8 @@ void_actions_for_directory (NemoActionManager *action_manager, NemoDirectory *di
343343
}
344344
}
345345

346+
new_list = g_list_reverse (new_list);
347+
346348
g_object_unref (dir);
347349

348350
tmp = action_manager->actions;

0 commit comments

Comments
 (0)