[nautilus/wip/csoriano/destktop-split2: 33/33] pathbar: use gint for widget size
- From: Carlos Soriano Sánchez <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/csoriano/destktop-split2: 33/33] pathbar: use gint for widget size
- Date: Mon, 21 Mar 2016 21:41:44 +0000 (UTC)
commit e501b1c1a0d254bef48cc6019bd1ac1cfe73c0ad
Author: Carlos Soriano <csoriano gnome org>
Date: Mon Mar 21 22:30:25 2016 +0100
pathbar: use gint for widget size
It was incorrectly using guint16.
src/nautilus-pathbar.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-pathbar.c b/src/nautilus-pathbar.c
index 64d5adc..926cdb3 100644
--- a/src/nautilus-pathbar.c
+++ b/src/nautilus-pathbar.c
@@ -86,7 +86,7 @@ struct _NautilusPathBarDetails {
GtkWidget *up_slider_button;
GtkWidget *down_slider_button;
guint settings_signal_id;
- gint16 slider_width;
+ gint slider_width;
guint timer;
guint slider_visible : 1;
guint need_timer : 1;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]