[four-in-a-row] Do not show an icon on the scores dialog
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [four-in-a-row] Do not show an icon on the scores dialog
- Date: Fri, 24 Jan 2014 02:42:32 +0000 (UTC)
commit 61a310b4311650296fd62407e0add880c44e85dd
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Thu Jan 23 20:30:50 2014 -0600
Do not show an icon on the scores dialog
It does not look very good.
src/main.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index f589832..d7e5f4d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -740,9 +740,6 @@ on_game_scores (GSimpleAction *action, GVariant *parameter, gpointer data)
gtk_box_pack_start (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (scorebox))),
grid, TRUE, TRUE, 0);
- icon = gtk_image_new_from_icon_name ("four-in-a-row", GTK_ICON_SIZE_DIALOG);
- gtk_container_add (GTK_CONTAINER (grid), icon);
-
grid2 = gtk_grid_new ();
gtk_container_add (GTK_CONTAINER (grid), grid2);
gtk_grid_set_column_spacing (GTK_GRID (grid2), 6);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]