summaryrefslogtreecommitdiff
path: root/src/trg-status-bar.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-08-27 17:15:31 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-08-27 17:15:31 +0000
commitbd758ee4fc423b9ca152a01f897609daa656c938 (patch)
tree0378306b5b007f38f0c4f6c0d868215f70fd70d6 /src/trg-status-bar.h
parentb8a1599a2ab9eafd496ba23179dda97d6e83e917 (diff)
Profile support! Please test and report bugs, as the config system is totally rewritten and may not be perfect. No more GConf (trying to implement profiles with this was UGLY), settings now (for most) live in JSON at $HOME/.config/transmission-remote-gtk/config.json. Hopefully windows support will be easier without GConf.
Diffstat (limited to 'src/trg-status-bar.h')
-rw-r--r--src/trg-status-bar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trg-status-bar.h b/src/trg-status-bar.h
index 88b4ed1..4f7212e 100644
--- a/src/trg-status-bar.h
+++ b/src/trg-status-bar.h
@@ -53,7 +53,7 @@ TrgStatusBar *trg_status_bar_new();
G_END_DECLS
void trg_status_bar_update(TrgStatusBar * sb,
trg_torrent_model_update_stats * stats,
- trg_client * client);
+ TrgClient * client);
void trg_status_bar_connect(TrgStatusBar * sb, JsonObject * session);
void trg_status_bar_push_connection_msg(TrgStatusBar * sb,
const gchar * msg);