Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
GIMP
Commits
213deb5b
Commit
213deb5b
authored
Jun 20, 2005
by
Michael Natterer
Browse files
Oops...
parent
66b7fe24
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
213deb5b
...
...
@@ -2,6 +2,7 @@
* app/actions/documents-actions.c
* app/actions/documents-commands.[ch]
* app/widgets/gimpdocumentview.c
* app/widgets/gimphelp-ids.h
* menus/documents-menu.xml: added "Clear document history" action,
button, menu item and confirm dialog (bug #140001).
...
...
app/widgets/gimpdocumentview.c
View file @
213deb5b
...
...
@@ -145,6 +145,9 @@ gimp_document_view_new (GimpViewType view_type,
GTK_BUTTON
(
document_view
->
remove_button
),
GIMP_TYPE_IMAGEFILE
);
gimp_editor_add_action_button
(
GIMP_EDITOR
(
editor
->
view
),
"documents"
,
"documents-clear"
,
NULL
);
document_view
->
refresh_button
=
gimp_editor_add_action_button
(
GIMP_EDITOR
(
editor
->
view
),
"documents"
,
"documents-recreate-preview"
,
...
...
Write
Preview
Supports
Markdown
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