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
Model registry
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
Apps
xfce4-screenshooter
Commits
0b98a867
Commit
0b98a867
authored
10 years ago
by
Landry Breuil
Browse files
Options
Downloads
Patches
Plain Diff
Remove g_thread_init() calls, unneeded those days
parent
b0affb2c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
panel-plugin/screenshooter-plugin.c
+0
-2
0 additions, 2 deletions
panel-plugin/screenshooter-plugin.c
src/main.c
+0
-3
0 additions, 3 deletions
src/main.c
with
0 additions
and
5 deletions
panel-plugin/screenshooter-plugin.c
+
0
−
2
View file @
0b98a867
...
@@ -343,8 +343,6 @@ screenshooter_plugin_construct (XfcePanelPlugin *plugin)
...
@@ -343,8 +343,6 @@ screenshooter_plugin_construct (XfcePanelPlugin *plugin)
ScreenshotData
*
sd
=
g_new0
(
ScreenshotData
,
1
);
ScreenshotData
*
sd
=
g_new0
(
ScreenshotData
,
1
);
GFile
*
default_save_dir
;
GFile
*
default_save_dir
;
g_thread_init
(
NULL
);
pd
->
sd
=
sd
;
pd
->
sd
=
sd
;
pd
->
plugin
=
plugin
;
pd
->
plugin
=
plugin
;
...
...
This diff is collapsed.
Click to expand it.
src/main.c
+
0
−
3
View file @
0b98a867
...
@@ -269,9 +269,6 @@ int main (int argc, char **argv)
...
@@ -269,9 +269,6 @@ int main (int argc, char **argv)
if
(
mouse
&&
!
(
fullscreen
||
window
||
region
))
if
(
mouse
&&
!
(
fullscreen
||
window
||
region
))
g_printerr
(
ignore_error
,
"mouse"
);
g_printerr
(
ignore_error
,
"mouse"
);
if
(
!
g_thread_supported
())
g_thread_init
(
NULL
);
/* Just print the version if we are in version mode */
/* Just print the version if we are in version mode */
if
(
version
)
if
(
version
)
{
{
...
...
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