Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gajim-plugins
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
59
Issues
59
List
Boards
Labels
Service Desk
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gajim
gajim-plugins
Commits
d79a211b
Commit
d79a211b
authored
Oct 03, 2017
by
Philipp Hörist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[tictactoe] Adapt to UI changes in Gajim
parent
bb844593
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
tictactoe/plugin.py
tictactoe/plugin.py
+0
-4
No files found.
tictactoe/plugin.py
View file @
d79a211b
...
...
@@ -192,11 +192,7 @@ class Base(object):
factory
.
add_default
()
img
.
set_from_stock
(
'tictactoe'
,
Gtk
.
IconSize
.
MENU
)
self
.
button
.
set_image
(
img
)
send_button
=
self
.
chat_control
.
xml
.
get_object
(
'send_button'
)
send_button_pos
=
actions_hbox
.
child_get_property
(
send_button
,
'position'
)
actions_hbox
.
pack_start
(
self
.
button
,
False
,
False
,
0
)
actions_hbox
.
reorder_child
(
self
.
button
,
send_button_pos
-
1
)
id_
=
self
.
button
.
connect
(
'toggled'
,
self
.
on_tictactoe_button_toggled
)
self
.
chat_control
.
handlers
[
id_
]
=
self
.
button
self
.
button
.
show
()
...
...
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