Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
xfce4-screenshooter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nikolay Borodin
xfce4-screenshooter
Commits
cd264ce6
Commit
cd264ce6
authored
16 years ago
by
Jerome Guelfucci
Browse files
Options
Downloads
Patches
Plain Diff
Get ready for 1.3.9.2
(Old svn revision: 6036)
parent
45aec1ba
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+6
-1
6 additions, 1 deletion
ChangeLog
configure.ac.in
+2
-2
2 additions, 2 deletions
configure.ac.in
xfce4-screenshooter.1
+1
-1
1 addition, 1 deletion
xfce4-screenshooter.1
with
9 additions
and
4 deletions
ChangeLog
+
6
−
1
View file @
cd264ce6
2008-11-09 jeromeg
* configure.ac.in : get ready for 1.3.9.2.
* xfce4-screenshooter.1: bump version number.
2008-11-05 jeromeg
* lib/screenshooter-dialogs.c (add_item):
- Move the detection of the icon theme out of the if-else.
- Fallbac to the "exec" icon if no icon was found for an application.
- Fallbac
k
to the "exec" icon if no icon was found for an application.
2008-11-05 jeromeg
...
...
This diff is collapsed.
Click to expand it.
configure.ac.in
+
2
−
2
View file @
cd264ce6
...
...
@@ -6,9 +6,9 @@ dnl
m4_define([xfce4_screenshooter_plugin_version_major], [1])
m4_define([xfce4_screenshooter_plugin_version_minor], [3])
m4_define([xfce4_screenshooter_plugin_version_micro], [9])
m4_define([xfce4_screenshooter_plugin_version_nano], [
0
]) dnl leave this empty to have no nano version
m4_define([xfce4_screenshooter_plugin_version_nano], [
1
]) dnl leave this empty to have no nano version
m4_define([xfce4_screenshooter_plugin_version_build], [r@REVISION@])
m4_define([xfce4_screenshooter_plugin_version_tag], [
svn
])
m4_define([xfce4_screenshooter_plugin_version_tag], [])
m4_define([xfce4_screenshooter_plugin_version], [xfce4_screenshooter_plugin_version_major().xfce4_screenshooter_plugin_version_minor().xfce4_screenshooter_plugin_version_micro()ifelse(xfce4_screenshooter_plugin_version_nano(), [], [], [.xfce4_screenshooter_plugin_version_nano()])ifelse(xfce4_screenshooter_plugin_version_tag(), [svn], [xfce4_screenshooter_plugin_version_tag()-xfce4_screenshooter_plugin_version_build()], [xfce4_screenshooter_plugin_version_tag()])])
AC_INIT([xfce4-screenshooter-plugin], [xfce4_screenshooter_plugin_version], [http://bugzilla.xfce.org/], [xfce4-screenshooter-plugin])
...
...
This diff is collapsed.
Click to expand it.
xfce4-screenshooter.1
+
1
−
1
View file @
cd264ce6
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
.TH XFCE4-SCREENSHOOTER-PLUGIN "1" "June 2008" "xfce4-screenshooter-plugin 1.3.9.
0
" "User Commands"
.TH XFCE4-SCREENSHOOTER-PLUGIN "1" "June 2008" "xfce4-screenshooter-plugin 1.3.9.
1
" "User Commands"
.SH NAME
xfce4-screenshooter-plugin \- panel plugin and standalone application to take screenshots
.SH DESCRIPTION
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment