[gnome-software] Fix wrong assignment of label in the popular tile when the app is installed
- From: Joaquim Manuel Pereira Rocha <jrocha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] Fix wrong assignment of label in the popular tile when the app is installed
- Date: Sat, 26 Nov 2016 18:08:41 +0000 (UTC)
commit 5566151a031b5fb6a5d8634ca6df0144c727d333
Author: Joaquim Rocha <jrocha endlessm com>
Date: Sat Nov 26 19:07:51 2016 +0100
Fix wrong assignment of label in the popular tile when the app is installed
src/gs-popular-tile.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/gs-popular-tile.c b/src/gs-popular-tile.c
index 2e1e0d9..7540878 100644
--- a/src/gs-popular-tile.c
+++ b/src/gs-popular-tile.c
@@ -70,9 +70,6 @@ app_state_changed_idle (gpointer user_data)
name = g_strdup_printf ("%s (%s)",
gs_app_get_name (tile->app),
_("Installed"));
- /* TRANSLATORS: this is the small blue label on the tile
- * that tells the user the application is installed */
- gtk_label_set_label (GTK_LABEL (label), _("Installed"));
break;
case AS_APP_STATE_AVAILABLE:
default:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]