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
gajim
gajim
Commits
c8c44f5a
Commit
c8c44f5a
authored
Aug 18, 2018
by
Philipp Hörist
Browse files
Fix XMLConsole
- Print the stream header again - Fix template button, it should not be translated
parent
083f5ee5
Changes
2
Hide whitespace changes
Inline
Side-by-side
gajim/common/connection.py
View file @
c8c44f5a
...
...
@@ -439,10 +439,10 @@ def ask_gpg_secrete_keys(self):
def
_event_dispatcher
(
self
,
realm
,
event
,
data
):
if
realm
==
''
:
if
event
==
'STANZA
_
RECEIVED'
:
if
event
==
'STANZA
RECEIVED'
:
app
.
nec
.
push_incoming_event
(
StanzaReceivedEvent
(
None
,
conn
=
self
,
stanza_str
=
str
(
data
)))
elif
event
==
'
STANZA_
SENT'
:
elif
event
==
'
DATA
SENT'
:
app
.
nec
.
push_incoming_event
(
StanzaSentEvent
(
None
,
conn
=
self
,
stanza_str
=
str
(
data
)))
...
...
gajim/data/gui/xml_console_window.ui
View file @
c8c44f5a
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.2
0.0
-->
<!-- Generated with glade 3.2
2.1
-->
<interface>
<requires
lib=
"gtk+"
version=
"3.20"
/>
<object
class=
"GtkBox"
id=
"box"
>
...
...
@@ -105,7 +105,7 @@
<object
class=
"GtkLabel"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"label"
translatable=
"yes"
>
Message
</property>
<property
name=
"label"
>
Message
</property>
</object>
</child>
</object>
...
...
@@ -118,7 +118,7 @@
<object
class=
"GtkLabel"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"label"
translatable=
"yes"
>
Presence
</property>
<property
name=
"label"
>
Presence
</property>
</object>
</child>
</object>
...
...
@@ -131,7 +131,7 @@
<object
class=
"GtkLabel"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"label"
translatable=
"yes"
>
Iq
</property>
<property
name=
"label"
>
Iq
</property>
</object>
</child>
</object>
...
...
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