summaryrefslogtreecommitdiff
path: root/src/trg-main-window.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-02-14 20:15:52 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-02-14 20:15:52 +0000
commitc10b672d05b8b6b68bbc1ccb92da8b5caa451c68 (patch)
treec7e427e2b4502b1b05872d2693b5cb1ca82347c9 /src/trg-main-window.c
parentaf90b3a34078f1ba5eb1c042ae9f8be1b7499aac (diff)
cache-size-mb was implemented 2.10, so check if it's present (will support >= 2.0)
Diffstat (limited to 'src/trg-main-window.c')
-rw-r--r--src/trg-main-window.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/trg-main-window.c b/src/trg-main-window.c
index 0a2f95d..7b73cc2 100644
--- a/src/trg-main-window.c
+++ b/src/trg-main-window.c
@@ -123,9 +123,9 @@ static gboolean trg_torrent_tree_view_visible_func(GtkTreeModel * model,
GtkTreeIter * iter,
gpointer data);
static TrgTorrentTreeView
- *trg_main_window_torrent_tree_view_new(TrgMainWindow * win,
- GtkTreeModel * model,
- TrgStateSelector * selector);
+ * trg_main_window_torrent_tree_view_new(TrgMainWindow * win,
+ GtkTreeModel * model,
+ TrgStateSelector * selector);
static gboolean trg_dialog_error_handler(TrgMainWindow * win,
JsonObject * response,
int status);