Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
GIMP
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2,769
Issues
2,769
List
Boards
Labels
Service Desk
Milestones
Merge Requests
39
Merge Requests
39
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
GIMP
Commits
6263e25d
Commit
6263e25d
authored
Dec 31, 2017
by
Michael Natterer
😴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libgimpwidgets: don't add new stock IDs, they are all deprecated
Instead, add GIMP_ICON_* defines for new icons.
parent
dd06ebaf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
libgimpwidgets/gimpicons.c
libgimpwidgets/gimpicons.c
+0
-3
libgimpwidgets/gimpicons.h
libgimpwidgets/gimpicons.h
+3
-3
No files found.
libgimpwidgets/gimpicons.c
View file @
6263e25d
...
...
@@ -205,10 +205,7 @@ 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_GEGL
,
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
},
...
...
libgimpwidgets/gimpicons.h
View file @
6263e25d
...
...
@@ -41,10 +41,13 @@ G_BEGIN_DECLS
/* random states/things that don't fit in any category */
#define GIMP_ICON_BUSINESS_CARD "gimp-business-card"
#define GIMP_ICON_CHAR_PICKER "gimp-char-picker"
#define GIMP_ICON_CURSOR "gimp-cursor"
#define GIMP_ICON_DISPLAY "gimp-display"
#define GIMP_ICON_GEGL "gimp-gegl"
#define GIMP_ICON_LINKED "gimp-linked"
#define GIMP_ICON_SMARTPHONE "gimp-smartphone"
#define GIMP_ICON_TRANSPARENCY "gimp-transparency"
#define GIMP_ICON_VIDEO "gimp-video"
#define GIMP_ICON_VISIBLE "gimp-visible"
...
...
@@ -592,10 +595,7 @@ G_BEGIN_DECLS
#define GIMP_STOCK_PORTRAIT "gimp-portrait"
#define GIMP_STOCK_LANDSCAPE "gimp-landscape"
#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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment