From: Ross Burton <[email protected]>
---
libtaku/taku-launcher-tile.c | 4 ++--
libtaku/taku-tile.c | 2 ++
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/libtaku/taku-launcher-tile.c b/libtaku/taku-launcher-tile.c
index 56151b2..58deafb 100644
--- a/libtaku/taku-launcher-tile.c
+++ b/libtaku/taku-launcher-tile.c
@@ -115,9 +115,9 @@ reset_state (gpointer data)
}
static void
-taku_launcher_tile_clicked (GtkButton *button, gpointer user_data)
+taku_launcher_tile_clicked (GtkButton *tile, gpointer user_data)
{
- TakuLauncherTile *launcher = TAKU_LAUNCHER_TILE (button);
+ TakuLauncherTile *launcher = TAKU_LAUNCHER_TILE (tile);
gtk_widget_set_state (GTK_WIDGET (tile), GTK_STATE_ACTIVE);
diff --git a/libtaku/taku-tile.c b/libtaku/taku-tile.c
index 4a3acb4..802eb5d 100644
--- a/libtaku/taku-tile.c
+++ b/libtaku/taku-tile.c
@@ -37,6 +37,8 @@ taku_tile_init (TakuTile *self)
{
}
+/* TODO steal GtkButton's draw function and comment out the focus draw code */
+
GtkWidget *
taku_tile_new (void)
{
--
2.8.1
--
_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto