[gtk+/wip/csoriano/gtkpathbar_rework: 2/11] gtkpathbar: tabs to spaces in scroll_timeout
- From: Carlos Soriano Sánchez <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/csoriano/gtkpathbar_rework: 2/11] gtkpathbar: tabs to spaces in scroll_timeout
- Date: Thu, 13 Aug 2015 07:26:17 +0000 (UTC)
commit 8e0bfec11ecdc62916a17e1ead17645501435b7b
Author: Carlos Soriano <csoriano gnome org>
Date: Tue Mar 3 14:44:57 2015 +0100
gtkpathbar: tabs to spaces in scroll_timeout
gtk/gtkpathbar.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gtk/gtkpathbar.c b/gtk/gtkpathbar.c
index 1981ce2..97de6ec 100644
--- a/gtk/gtkpathbar.c
+++ b/gtk/gtkpathbar.c
@@ -1051,13 +1051,13 @@ gtk_path_bar_scroll_timeout (GtkPathBar *path_bar)
if (path_bar->priv->timer)
{
if (path_bar->priv->scrolling_up)
- gtk_path_bar_scroll_up (path_bar);
+ gtk_path_bar_scroll_up (path_bar);
else if (path_bar->priv->scrolling_down)
- gtk_path_bar_scroll_down (path_bar);
+ gtk_path_bar_scroll_down (path_bar);
if (path_bar->priv->need_timer)
- {
- path_bar->priv->need_timer = FALSE;
+ {
+ path_bar->priv->need_timer = FALSE;
path_bar->priv->timer = gdk_threads_add_timeout (SCROLL_TIMEOUT * SCROLL_DELAY_FACTOR,
(GSourceFunc)gtk_path_bar_scroll_timeout,
@@ -1065,7 +1065,7 @@ gtk_path_bar_scroll_timeout (GtkPathBar *path_bar)
g_source_set_name_by_id (path_bar->priv->timer, "[gtk+] gtk_path_bar_scroll_timeout");
}
else
- retval = TRUE;
+ retval = TRUE;
}
return retval;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]