Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
tails
tails
Commits
51cacfd6
Commit
51cacfd6
authored
Nov 18, 2012
by
Tails developers
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/bugfix/gpgApplet_menu_in_bottom_panel' into testing
parents
ae69d862
a76b2cef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
config/chroot_local-includes/usr/local/bin/gpgApplet
config/chroot_local-includes/usr/local/bin/gpgApplet
+2
-4
No files found.
config/chroot_local-includes/usr/local/bin/gpgApplet
View file @
51cacfd6
...
...
@@ -159,9 +159,8 @@ b) the "Artistic License" which comes with Perl.
my
$ticon
=
shift
;
my
$event
=
shift
;
my
$time
=
shift
;
my
(
$x
,
$y
,
$push
)
=
Gtk2::StatusIcon::
position_menu
(
$menu
,
$ticon
);
$menu
->
show_all
;
$menu
->
popup
(
undef
,
undef
,
sub
{(
$x
,
$y
,
$push
)}
,
undef
,
$event
,
$time
);
$menu
->
popup
(
undef
,
undef
,
undef
,
undef
,
$event
,
$time
);
});
$icon
->
signal_connect
('
button-press-event
'
=>
sub
{
...
...
@@ -169,9 +168,8 @@ b) the "Artistic License" which comes with Perl.
my
$event
=
shift
;
return
unless
$event
->
button
==
1
;
my
$action_menu
=
build_action_menu
();
my
(
$x
,
$y
,
$push
)
=
Gtk2::StatusIcon::
position_menu
(
$action_menu
,
$ticon
);
$action_menu
->
show_all
;
$action_menu
->
popup
(
undef
,
undef
,
sub
{(
$x
,
$y
,
$push
)}
,
undef
,
$event
->
button
,
$event
->
time
);
$action_menu
->
popup
(
undef
,
undef
,
undef
,
undef
,
$event
->
button
,
$event
->
time
);
});
foreach
(
all_clipboards
())
{
...
...
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