Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gajim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Weblate
gajim
Commits
6591574a
Commit
6591574a
authored
19 years ago
by
nkour
Browse files
Options
Downloads
Patches
Plain Diff
fixing #618
parent
4054ed33
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/chat.py
+0
-1
0 additions, 1 deletion
src/chat.py
src/groupchat_window.py
+1
-1
1 addition, 1 deletion
src/groupchat_window.py
src/gtkgui.glade
+7
-7
7 additions, 7 deletions
src/gtkgui.glade
with
8 additions
and
9 deletions
src/chat.py
+
0
−
1
View file @
6591574a
...
...
@@ -252,7 +252,6 @@ class Chat:
menu
.
show_all
()
def
on_chat_notebook_switch_page
(
self
,
notebook
,
page
,
page_num
):
# get the index of the page and then the page that we're leaving
old_no
=
notebook
.
get_current_page
()
old_child
=
notebook
.
get_nth_page
(
old_no
)
...
...
This diff is collapsed.
Click to expand it.
src/groupchat_window.py
+
1
−
1
View file @
6591574a
...
...
@@ -413,7 +413,7 @@ class GroupchatWindow(chat.Chat):
if
response
==
gtk
.
RESPONSE_OK
:
nick
=
instance
.
input_entry
.
get_text
()
gajim
.
connections
[
self
.
account
].
change_gc_nick
(
room_jid
,
nick
)
def
on_configure_room_menuitem_activate
(
self
,
widget
):
room_jid
=
self
.
get_active_jid
()
gajim
.
connections
[
self
.
account
].
request_gc_config
(
room_jid
)
...
...
This diff is collapsed.
Click to expand it.
src/gtkgui.glade
+
7
−
7
View file @
6591574a
...
...
@@ -15243,10 +15243,10 @@ the Jabber network.</property>
<widget class="GtkImageMenuItem" id="history_menuitem">
<property name="label" translatable="yes">_History</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_history_
menuitem_activate
" last_modification_time="
Mon, 27 Jun 2005 16:58:29
GMT"/>
<signal name="activate" handler="on_history_
button_clicked
" last_modification_time="
Wed, 03 Aug 2005 10:37:51
GMT"/>
<child internal-child="image">
<widget class="GtkImage" id="image
732
">
<widget class="GtkImage" id="image
947
">
<property name="visible">True</property>
<property name="stock">gtk-justify-fill</property>
<property name="icon_size">1</property>
...
...
@@ -15266,7 +15266,7 @@ the Jabber network.</property>
<signal name="activate" handler="on_configure_room_menuitem_activate" last_modification_time="Mon, 13 Jun 2005 11:04:55 GMT"/>
<child internal-child="image">
<widget class="GtkImage" id="image
733
">
<widget class="GtkImage" id="image
948
">
<property name="visible">True</property>
<property name="stock">gtk-preferences</property>
<property name="icon_size">1</property>
...
...
@@ -15286,7 +15286,7 @@ the Jabber network.</property>
<signal name="activate" handler="on_change_subject_menuitem_activate" last_modification_time="Mon, 13 Jun 2005 11:05:10 GMT"/>
<child internal-child="image">
<widget class="GtkImage" id="image
734
">
<widget class="GtkImage" id="image
949
">
<property name="visible">True</property>
<property name="stock">gtk-edit</property>
<property name="icon_size">1</property>
...
...
@@ -15306,7 +15306,7 @@ the Jabber network.</property>
<signal name="activate" handler="on_change_nick_menuitem_activate" last_modification_time="Sat, 18 Jun 2005 20:23:46 GMT"/>
<child internal-child="image">
<widget class="GtkImage" id="image
735
">
<widget class="GtkImage" id="image
950
">
<property name="visible">True</property>
<property name="stock">gtk-redo</property>
<property name="icon_size">1</property>
...
...
@@ -15326,7 +15326,7 @@ the Jabber network.</property>
<signal name="activate" handler="on_bookmark_room_menuitem_activate" last_modification_time="Mon, 13 Jun 2005 12:43:29 GMT"/>
<child internal-child="image">
<widget class="GtkImage" id="image
736
">
<widget class="GtkImage" id="image
951
">
<property name="visible">True</property>
<property name="stock">gtk-add</property>
<property name="icon_size">1</property>
...
...
@@ -15341,7 +15341,7 @@ the Jabber network.</property>
<child>
<widget class="GtkCheckMenuItem" id="compact_view_menuitem">
<property name="label" translatable="yes">_Compact View</property>
<property name="label" translatable="yes">_Compact View
Alt+C
</property>
<property name="use_underline">True</property>
<property name="active">False</property>
<signal name="activate" handler="on_compact_view_menuitem_activate" last_modification_time="Thu, 30 Jun 2005 13:07:23 GMT"/>
...
...
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