summaryrefslogtreecommitdiff
path: root/src/gtkext/gtkbinarystrip.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-03-24 07:38:31 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-03-24 07:38:31 (GMT)
commitb7347c96930027fc11b9c5038157f972d58a41bf (patch)
tree182ddabae529e89b28db93acb3404cd7424086ed /src/gtkext/gtkbinarystrip.c
parent518ce6e1594ba80be4286bd3e561b0b7f73ce4b0 (diff)
Built routine digest for tooltip hints.
Diffstat (limited to 'src/gtkext/gtkbinarystrip.c')
-rw-r--r--src/gtkext/gtkbinarystrip.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gtkext/gtkbinarystrip.c b/src/gtkext/gtkbinarystrip.c
index d18a6ab..bc5a6ec 100644
--- a/src/gtkext/gtkbinarystrip.c
+++ b/src/gtkext/gtkbinarystrip.c
@@ -418,7 +418,9 @@ static gboolean gtk_binary_strip_query_tooltip(GtkWidget *widget, gint x, gint y
g_object_unref(G_OBJECT(format));
}
- else result = FALSE;
+
+ else
+ result = FALSE;
return result;