Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dicson
gajim
Commits
d5bb5d40
Commit
d5bb5d40
authored
Dec 30, 2016
by
Philipp Hörist
Browse files
Remove old GTK2 code
parent
1c8f08a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/application.py
View file @
d5bb5d40
...
...
@@ -163,15 +163,6 @@ class GajimApplication(Gtk.Application):
elif
sysname
in
(
'FreeBSD'
,
'OpenBSD'
,
'NetBSD'
):
libc
.
setproctitle
(
'gajim'
)
# if Gtk.pygtk_version < (2, 22, 0):
# pritext = _('Gajim needs PyGTK 2.22 or above')
# sectext = _('Gajim needs PyGTK 2.22 or above to run. Quiting...')
# elif Gtk.gtk_version < (2, 22, 0):
# if (Gtk.get_major_version(), Gtk.get_minor_version(),
# Gtk.get_micro_version()) < (2, 22, 0):
# pritext = _('Gajim needs GTK 2.22 or above')
# sectext = _('Gajim needs GTK 2.22 or above to run. Quiting...')
from
common
import
check_paths
if
os
.
name
==
'nt'
:
...
...
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