Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gajim
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Daniel Brötzmann
gajim
Commits
a833e968
Commit
a833e968
authored
21 years ago
by
Yann Leboulanger
Browse files
Options
Downloads
Patches
Plain Diff
new sun icons
parent
194f989f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
plugins/gtkgui/gtkgui.glade
+3
-2
3 additions, 2 deletions
plugins/gtkgui/gtkgui.glade
plugins/gtkgui/gtkgui.py
+1
-1
1 addition, 1 deletion
plugins/gtkgui/gtkgui.py
with
4 additions
and
3 deletions
plugins/gtkgui/gtkgui.glade
+
3
−
2
View file @
a833e968
...
...
@@ -2,6 +2,7 @@
<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
<glade-interface>
<requires
lib=
"gnome"
/>
<widget
class=
"GtkWindow"
id=
"Gajim"
>
<property
name=
"visible"
>
True
</property>
...
...
@@ -3303,7 +3304,7 @@ when NOT onlie</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"hscrollbar_policy"
>
GTK_POLICY_AUTOMATIC
</property>
<property
name=
"vscrollbar_policy"
>
GTK_POLICY_AUTOMATIC
</property>
<property
name=
"shadow_type"
>
GTK_SHADOW_N
ONE
</property>
<property
name=
"shadow_type"
>
GTK_SHADOW_
I
N
</property>
<property
name=
"window_placement"
>
GTK_CORNER_TOP_LEFT
</property>
<child>
...
...
@@ -3312,7 +3313,7 @@ when NOT onlie</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"editable"
>
True
</property>
<property
name=
"justification"
>
GTK_JUSTIFY_LEFT
</property>
<property
name=
"wrap_mode"
>
GTK_WRAP_
NONE
</property>
<property
name=
"wrap_mode"
>
GTK_WRAP_
WORD
</property>
<property
name=
"cursor_visible"
>
True
</property>
<property
name=
"pixels_above_lines"
>
0
</property>
<property
name=
"pixels_below_lines"
>
0
</property>
...
...
This diff is collapsed.
Click to expand it.
plugins/gtkgui/gtkgui.py
+
1
−
1
View file @
a833e968
...
...
@@ -944,7 +944,7 @@ def on_status_changed(self, widget):
w
=
away_msg
()
txt
=
w
.
run
()
else
:
txt
=
""
txt
=
widget
.
name
self
.
queueOUT
.
put
((
'
STATUS
'
,(
widget
.
name
,
txt
,
accounts
[
0
])))
def
on_prefs
(
self
,
widget
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment