[gtk+] testgtk: Update cursor theme on size change
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] testgtk: Update cursor theme on size change
- Date: Sun, 5 Apr 2015 23:02:25 +0000 (UTC)
commit 386534ef1f10972eabeb84e1de9c587de6420ee0
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Apr 5 13:28:26 2015 -0400
testgtk: Update cursor theme on size change
We were connecting to the wrong signal, so we were not picking
up all changes to the spin button value.
tests/testgtk.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/testgtk.c b/tests/testgtk.c
index 8aa6dcd..707b958 100644
--- a/tests/testgtk.c
+++ b/tests/testgtk.c
@@ -5006,7 +5006,7 @@ create_cursors (GtkWidget *widget)
g_signal_connect (entry, "changed",
G_CALLBACK (change_cursor_theme), hbox);
- g_signal_connect (size, "changed",
+ g_signal_connect (size, "value-changed",
G_CALLBACK (change_cursor_theme), hbox);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]