[gnome-software/wip/temp/ubuntu-xenial-rebased-corrected: 42/331] Rename GsAppReview to GsReview
- From: William Hua <williamhua src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/temp/ubuntu-xenial-rebased-corrected: 42/331] Rename GsAppReview to GsReview
- Date: Wed, 4 May 2016 14:02:02 +0000 (UTC)
commit 9da6e38db5b60bab1ed14d666c9557d10b4112a2
Author: Robert Ancell <robert ancell canonical com>
Date: Tue Feb 9 09:12:53 2016 +1300
Rename GsAppReview to GsReview
po/POTFILES.in | 4 -
src/Makefile.am | 6 -
src/gs-app-review-dialog.c | 99 -------------
src/gs-app-review-dialog.h | 44 ------
src/gs-app-review-dialog.ui | 239 ------------------------------
src/gs-app-review-row.c | 146 -------------------
src/gs-app-review-row.h | 41 ------
src/gs-app-review-row.ui | 75 ----------
src/gs-app-review.c | 337 -------------------------------------------
src/gs-app-review.h | 64 --------
src/gs-shell-details.c | 4 +-
11 files changed, 2 insertions(+), 1057 deletions(-)
---
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 2d2b432..dcb1383 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -7,10 +7,6 @@ data/org.gnome.software.gschema.xml
src/gnome-software-local-file.desktop.in
[type: gettext/glade]src/gnome-software.ui
src/gs-app-addon-row.c
-src/gs-app-review-dialog.c
-[type: gettext/glade]src/gs-app-review-dialog.ui
-src/gs-app-review-row.c
-[type: gettext/glade]src/gs-app-review-row.ui
src/gs-app.c
src/gs-app-folder-dialog.c
src/gs-application.c
diff --git a/src/Makefile.am b/src/Makefile.am
index 4c3959a..020d22a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -127,12 +127,6 @@ gnome_software_SOURCES = \
gs-feature-tile.h \
gs-category-tile.c \
gs-category-tile.h \
- gs-app-review.c \
- gs-app-review.h \
- gs-app-review-dialog.c \
- gs-app-review-dialog.h \
- gs-app-review-row.c \
- gs-app-review-row.h \
gs-app-tile.c \
gs-app-tile.h \
gs-app-folder-dialog.c \
diff --git a/src/gs-shell-details.c b/src/gs-shell-details.c
index b47037b..dc6c926 100644
--- a/src/gs-shell-details.c
+++ b/src/gs-shell-details.c
@@ -973,12 +973,12 @@ gs_shell_details_refresh_reviews (GsShellDetails *self)
reviews = gs_app_get_reviews (self->app);
for (i = 0; i < reviews->len; i++) {
- GsAppReview *review;
+ GsReview *review;
GtkWidget *row;
review = g_ptr_array_index (reviews, i);
- row = gs_app_review_row_new (review);
+ row = gs_review_row_new (review);
gtk_container_add (GTK_CONTAINER (self->list_box_reviews), row);
gtk_widget_show (row);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]