[epiphany] bookmarks-popover: Code style fix
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] bookmarks-popover: Code style fix
- Date: Sun, 22 Jan 2017 20:56:33 +0000 (UTC)
commit 4ffc3167f66190904911adca1e71ab018e7727db
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Sun Jan 22 12:48:27 2017 -0600
bookmarks-popover: Code style fix
src/bookmarks/ephy-bookmarks-popover.c | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/src/bookmarks/ephy-bookmarks-popover.c b/src/bookmarks/ephy-bookmarks-popover.c
index 2f33c6a..2f4c590 100644
--- a/src/bookmarks/ephy-bookmarks-popover.c
+++ b/src/bookmarks/ephy-bookmarks-popover.c
@@ -195,13 +195,10 @@ create_tag_row (const char *tag)
box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 6);
gtk_widget_set_halign (box, GTK_ALIGN_START);
- if (g_strcmp0 (tag, "Favorites") == 0)
- {
+ if (g_strcmp0 (tag, "Favorites") == 0) {
image = gtk_image_new_from_icon_name ("user-bookmarks-symbolic", GTK_ICON_SIZE_MENU);
label = gtk_label_new (_("Favorites"));
- }
- else
- {
+ } else {
image = gtk_image_new_from_icon_name ("ephy-bookmark-tag-symbolic", GTK_ICON_SIZE_MENU);
label = gtk_label_new (tag);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]