[chronojump] show ChronojumpLogo after sending log



commit 7a95e42c7545f4ea71ee19443fc0f62b7db9d898
Author: Xavier de Blas <xaviblas gmail com>
Date:   Wed Mar 4 19:07:16 2020 +0100

    show ChronojumpLogo after sending log

 src/gui/sendLog.cs | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/gui/sendLog.cs b/src/gui/sendLog.cs
index 1bc240b7..c0ea2749 100644
--- a/src/gui/sendLog.cs
+++ b/src/gui/sendLog.cs
@@ -131,5 +131,6 @@ public partial class ChronoJumpWindow
        private void on_button_open_chronojump_clicked(object o, EventArgs args)
        {
                notebook_start.CurrentPage = 0;
+               chronojumpLogo = new ChronojumpLogo (drawingarea_chronojump_logo, viewport_chronojump_logo);
        }
 }


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