[gimp/templates-update: 4/5] Fix gimpicons.c, reorder items
- From: Alexandre Prokoudine <aprokoudine src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/templates-update: 4/5] Fix gimpicons.c, reorder items
- Date: Mon, 12 Jun 2017 01:12:02 +0000 (UTC)
commit 0098eedb81076634ad32037feb28561e385033ee
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date: Mon Jun 12 03:38:36 2017 +0300
Fix gimpicons.c, reorder items
libgimpwidgets/gimpicons.c | 6 +++---
libgimpwidgets/gimpicons.h | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/libgimpwidgets/gimpicons.c b/libgimpwidgets/gimpicons.c
index 0e78e04..974f21d 100644
--- a/libgimpwidgets/gimpicons.c
+++ b/libgimpwidgets/gimpicons.c
@@ -205,10 +205,10 @@ static const GtkStockItem gimp_stock_items[] =
{ GIMP_STOCK_LANDSCAPE, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_TOILET_PAPER, NULL, 0, 0, LIBGIMP_DOMAIN },
- { GIMP_STOCK_BUSINESS_CARD NULL, 0, 0, LIBGIMP_DOMAIN },
- { GIMP_STOCK_DISPLAY NULL, 0, 0, LIBGIMP_DOMAIN },
+ { GIMP_STOCK_BUSINESS_CARD, NULL, 0, 0, LIBGIMP_DOMAIN },
+ { GIMP_STOCK_DISPLAY, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_GEGL, NULL, 0, 0, LIBGIMP_DOMAIN },
- { GIMP_STOCK_SMARTPHONE NULL, 0, 0, LIBGIMP_DOMAIN },
+ { GIMP_STOCK_SMARTPHONE, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_WEB, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_VIDEO, NULL, 0, 0, LIBGIMP_DOMAIN },
diff --git a/libgimpwidgets/gimpicons.h b/libgimpwidgets/gimpicons.h
index bf352a9..666b4af 100644
--- a/libgimpwidgets/gimpicons.h
+++ b/libgimpwidgets/gimpicons.h
@@ -588,12 +588,12 @@ G_BEGIN_DECLS
#define GIMP_STOCK_PORTRAIT "gimp-portrait"
#define GIMP_STOCK_LANDSCAPE "gimp-landscape"
-#define GIMP_STOCK_WEB "gimp-web"
-#define GIMP_STOCK_VIDEO "gimp-video"
-#define GIMP_STOCK_DISPLAY "gimp-display"
-#define GIMP_STOCK_SMARTPHONE "gimp-smartphone"
#define GIMP_STOCK_BUSINESS_CARD "gimp-business-card"
+#define GIMP_STOCK_DISPLAY "gimp-display"
#define GIMP_STOCK_GEGL "gimp-gegl"
+#define GIMP_STOCK_SMARTPHONE "gimp-smartphone"
+#define GIMP_STOCK_VIDEO "gimp-video"
+#define GIMP_STOCK_WEB "gimp-web"
#define GIMP_STOCK_SHAPE_CIRCLE "gimp-shape-circle"
#define GIMP_STOCK_SHAPE_DIAMOND "gimp-shape-diamond"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]