[chronojump] Minor fix of a label



commit 11f297006c831ed29084f83dd8e7f9e9136b364b
Author: Xavier de Blas <xaviblas gmail com>
Date:   Wed Apr 1 18:05:49 2020 +0200

    Minor fix of a label

 src/gui/app1/sessionLoadAndImport.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gui/app1/sessionLoadAndImport.cs b/src/gui/app1/sessionLoadAndImport.cs
index 63e1e51c..37c43e16 100644
--- a/src/gui/app1/sessionLoadAndImport.cs
+++ b/src/gui/app1/sessionLoadAndImport.cs
@@ -112,7 +112,6 @@ public partial class ChronoJumpWindow
                        app1s_notebook_load_button_animation.Visible = true;
                        app1s_hbuttonbox_page2_import.Visible = false;
                        app1s_label_select.Text = "<b>" + Catalog.GetString ("Load session") + "</b>";
-                       app1s_label_select.UseMarkup = true;
                        app1s_notebook.CurrentPage = app1s_PAGE_SELECT_SESSION;
                        app1s_notebook_load_button_animation.CurrentPage = 0;
                } else {
@@ -123,6 +122,7 @@ public partial class ChronoJumpWindow
                        app1s_button_select_file_import_same_database.Visible = false; //is shown when user 
want to import a second session
                        app1s_notebook.CurrentPage = app1s_PAGE_IMPORT_START;
                }
+               app1s_label_select.UseMarkup = true;
 
                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]