summaryrefslogtreecommitdiff
path: root/src/trg-prefs.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-10-13 21:45:01 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-10-13 21:45:01 +0000
commit60a8d90366771e4b74837b0a2ecaee674630c396 (patch)
tree8cec0f56fb5bd09590a17767952c8a8d97dfa5ff /src/trg-prefs.h
parent8be537ef80ec6e211bae5a67b99af74bb744c453 (diff)
emit a profile changed signal even if reconnecting to the same profile. otherwise, the menu item in the toolbar gets unchecked after being activated.
Diffstat (limited to 'src/trg-prefs.h')
-rw-r--r--src/trg-prefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/trg-prefs.h b/src/trg-prefs.h
index c5ab1c2..2cc05b5 100644
--- a/src/trg-prefs.h
+++ b/src/trg-prefs.h
@@ -138,6 +138,7 @@ void trg_prefs_set_bool(TrgPrefs *p, gchar *key, gboolean value, int flags);
gboolean trg_prefs_save(TrgPrefs *p);
void trg_prefs_load(TrgPrefs *p);
void trg_prefs_changed_emit_signal(TrgPrefs *p, gchar *key);
+void trg_prefs_profile_change_emit_signal(TrgPrefs *p);
guint trg_prefs_get_add_flags(TrgPrefs *p);
G_END_DECLS