[latexila] MainWindowFile: show tips in RecentChoosers
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [latexila] MainWindowFile: show tips in RecentChoosers
- Date: Mon, 27 Feb 2017 19:50:56 +0000 (UTC)
commit b42985363995b3a3a171d7c1d4d70a84058b3593
Author: Sébastien Wilmet <swilmet gnome org>
Date: Mon Feb 27 16:07:18 2017 +0100
MainWindowFile: show tips in RecentChoosers
To view the complete path.
src/main_window_file.vala | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/main_window_file.vala b/src/main_window_file.vala
index 52312dc..6bbd942 100644
--- a/src/main_window_file.vala
+++ b/src/main_window_file.vala
@@ -95,6 +95,7 @@ public class MainWindowFile
private void configure_recent_chooser (RecentChooser recent_chooser)
{
recent_chooser.set_local_only (false);
+ recent_chooser.set_show_tips (true);
recent_chooser.set_sort_type (RecentSortType.MRU);
RecentFilter filter = new RecentFilter ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]