[chronojump] load/import erase filter each time



commit 18628ee0ae477f7bd4f49393174520803b8838e1
Author: Xavier de Blas <xaviblas gmail com>
Date:   Thu Apr 16 13:30:59 2020 +0200

    load/import erase filter each time

 glade/app1.glade                      | 2 +-
 src/gui/app1/session/loadAndImport.cs | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/glade/app1.glade b/glade/app1.glade
index 572f9bd0..3b2fded3 100644
--- a/glade/app1.glade
+++ b/glade/app1.glade
@@ -36299,7 +36299,7 @@ then click this button.</property>
                                                 <property name="visible">True</property>
                                                 <property name="can_focus">False</property>
                                                 <property name="border_width">4</property>
-                                                <property name="spacing">10</property>
+                                                <property name="spacing">12</property>
                                                 <child>
                                                   <widget class="GtkLabel" id="app1s_label_select">
                                                     <property name="visible">True</property>
diff --git a/src/gui/app1/session/loadAndImport.cs b/src/gui/app1/session/loadAndImport.cs
index ac7a5dd3..2f27ea3b 100644
--- a/src/gui/app1/session/loadAndImport.cs
+++ b/src/gui/app1/session/loadAndImport.cs
@@ -78,6 +78,7 @@ public partial class ChronoJumpWindow
                        app1s_notebook.CurrentPage = app1s_PAGE_IMPORT_START;
                }
                app1s_label_select.UseMarkup = true;
+               app1s_entry_search_filter.Text = "";
 
                app1s_image_open_database.Pixbuf = new Pixbuf (null, Util.GetImagePath(false) + 
"folder_open.png");
                app1s_image_import.Pixbuf = new Pixbuf (null, Util.GetImagePath(false) + 
Constants.FileNameImport);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]