[yocto] [matchbox-desktop-2][PATCH 03/16] fixup 1024d115181a182918197d280e0797566178d26f
Jussi Kukkonen
jussi.kukkonen at intel.com
Thu Apr 28 06:02:56 PDT 2016
From: Ross Burton <ross.burton at intel.com>
---
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
More information about the yocto
mailing list