[smuxi: 127/179] Frontend-GNOME: apply config to UI when closing the preferences dialog
- From: Mirco M. M. Bauer <mmmbauer src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [smuxi: 127/179] Frontend-GNOME: apply config to UI when closing the preferences dialog
- Date: Sat, 4 Nov 2017 05:48:42 +0000 (UTC)
commit 1714e618f07759b0e79ae3194e7d936a5c233b2b
Author: Mirco Bauer <meebey meebey net>
Date: Tue Jan 10 21:21:49 2017 +0800
Frontend-GNOME: apply config to UI when closing the preferences dialog
You shouldn't be needed to restart the frontend to apply changes.
src/Frontend-GNOME/Views/PreferencesDialog.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/Frontend-GNOME/Views/PreferencesDialog.cs b/src/Frontend-GNOME/Views/PreferencesDialog.cs
index e33957c..ec49b97 100644
--- a/src/Frontend-GNOME/Views/PreferencesDialog.cs
+++ b/src/Frontend-GNOME/Views/PreferencesDialog.cs
@@ -452,6 +452,7 @@ namespace Smuxi.Frontend.Gnome
Trace.Call(sender, e);
WriteToConfig();
+ Frontend.ApplyConfig(Frontend.UserConfig);
Destroy();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]