From 60a8d90366771e4b74837b0a2ecaee674630c396 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Thu, 13 Oct 2011 21:45:01 +0000 Subject: emit a profile changed signal even if reconnecting to the same profile. otherwise, the menu item in the toolbar gets unchecked after being activated. --- src/trg-prefs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/trg-prefs.c') diff --git a/src/trg-prefs.c b/src/trg-prefs.c index cf731f7..1501217 100644 --- a/src/trg-prefs.c +++ b/src/trg-prefs.c @@ -51,7 +51,7 @@ enum { static guint signals[PREFS_SIGNAL_COUNT] = { 0 }; -static void trg_prefs_profile_change_emit_signal(TrgPrefs *p) +void trg_prefs_profile_change_emit_signal(TrgPrefs *p) { g_signal_emit(p, signals[PREF_PROFILE_CHANGE], 0); } -- cgit v1.2.3