summaryrefslogtreecommitdiff
path: root/src/trg-main-window.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2012-01-09 21:53:19 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2012-01-09 21:53:19 +0000
commit72bb780b802b84a4cf8da26c4e435132a2523267 (patch)
tree02449b50cafb8e89b7422450931ce5dda8150533 /src/trg-main-window.c
parentc0e12ac389135850dcd45ce108f5a6a0200ae03f (diff)
forgot a file, reindent
Diffstat (limited to 'src/trg-main-window.c')
-rw-r--r--src/trg-main-window.c12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/trg-main-window.c b/src/trg-main-window.c
index d06f250..6dc2cda 100644
--- a/src/trg-main-window.c
+++ b/src/trg-main-window.c
@@ -434,8 +434,7 @@ static void add_url_cb(GtkWidget * w G_GNUC_UNUSED, gpointer data)
TrgMainWindowPrivate *priv = TRG_MAIN_WINDOW_GET_PRIVATE(data);
TrgTorrentAddUrlDialog *dlg = trg_torrent_add_url_dialog_new(win,
- priv->
- client);
+ priv->client);
gtk_widget_show_all(GTK_WIDGET(dlg));
}
@@ -1304,8 +1303,7 @@ static gboolean trg_torrent_tree_view_visible_func(GtkTreeModel * model,
matchesTracker = (!json
|| !torrent_has_tracker(json,
trg_state_selector_get_url_host_regex
- (priv->
- stateSelector),
+ (priv->stateSelector),
text));
g_free(text);
if (matchesTracker)
@@ -2418,8 +2416,7 @@ static GObject *trg_main_window_constructor(GType type,
self, NULL);
priv->torrentTreeView = trg_main_window_torrent_tree_view_new(self,
- priv->
- filteredTorrentModel);
+ priv->filteredTorrentModel);
g_signal_connect(priv->torrentTreeView, "popup-menu",
G_CALLBACK(torrent_tv_popup_menu_cb), self);
g_signal_connect(priv->torrentTreeView, "button-press-event",
@@ -2467,8 +2464,7 @@ static GObject *trg_main_window_constructor(GType type,
FALSE, FALSE);
gtk_paned_pack2(GTK_PANED(priv->hpaned), my_scrolledwin_new(GTK_WIDGET
- (priv->
- torrentTreeView)),
+ (priv->torrentTreeView)),
TRUE, TRUE);
g_signal_connect(G_OBJECT(priv->stateSelector),