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
gajim
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
203
Issues
203
List
Boards
Labels
Service Desk
Milestones
Merge Requests
22
Merge Requests
22
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
Commits
5d812cbe
Commit
5d812cbe
authored
Jun 21, 2019
by
Daniel Brötzmann
Committed by
Philipp Hörist
Jun 26, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
IPython: Add window title
parent
d0a7bc3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
gajim/gui_interface.py
gajim/gui_interface.py
+1
-0
No files found.
gajim/gui_interface.py
View file @
5d812cbe
...
...
@@ -2095,6 +2095,7 @@ def create_ipython_window():
font
=
'Luxi Mono 10'
window
=
Gtk
.
Window
()
window
.
set_title
(
_
(
'Gajim: IPython Console'
))
window
.
set_size_request
(
750
,
550
)
window
.
set_resizable
(
True
)
sw
=
Gtk
.
ScrolledWindow
()
...
...
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