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
KDE GTK Configurator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Plasma
KDE GTK Configurator
Commits
3eb61f56
Commit
3eb61f56
authored
Dec 20, 2017
by
Kai Uwe Broulik
🍇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Print correct binary name in version info for gtk3_preview
parent
654095b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gtk3proxies/preview3.c
gtk3proxies/preview3.c
+1
-1
No files found.
gtk3proxies/preview3.c
View file @
3eb61f56
...
...
@@ -62,7 +62,7 @@ int main(int argc, char **argv)
return
0
;
}
else
if
(
strcmp
(
"-V"
,
argv
[
i
])
==
0
||
strcmp
(
"--version"
,
argv
[
i
])
==
0
)
{
printf
(
"gtk
2
_preview version 1.0
\n
"
);
printf
(
"gtk
3
_preview version 1.0
\n
"
);
return
0
;
}
else
if
(
argc
>
1
)
sscanf
(
argv
[
1
],
"%ld"
,
&
wid
);
...
...
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