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
Erik Huelsmann
gajim
Commits
9c2b9e4b
Commit
9c2b9e4b
authored
19 years ago
by
nkour
Browse files
Options
Downloads
Patches
Plain Diff
cancel not stop for ft window
parent
d0eb029f
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
src/dialogs.py
+1
-1
1 addition, 1 deletion
src/dialogs.py
src/gtkgui.glade
+5
-3
5 additions, 3 deletions
src/gtkgui.glade
with
6 additions
and
4 deletions
src/dialogs.py
+
1
−
1
View file @
9c2b9e4b
...
...
@@ -1946,7 +1946,7 @@ _('Connection with peer cannot be established.')).get_response()
self
.
set_status
(
file_props
[
'
type
'
],
file_props
[
'
sid
'
],
'
pause
'
)
widget
.
set_label
(
_
(
'
_Continue
'
))
def
on_
stop
_button_clicked
(
self
,
widget
):
def
on_
cancel
_button_clicked
(
self
,
widget
):
selected
=
self
.
tree
.
get_selection
().
get_selected
()
if
selected
is
None
or
selected
[
1
]
is
None
:
return
...
...
This diff is collapsed.
Click to expand it.
src/gtkgui.glade
+
5
−
3
View file @
9c2b9e4b
...
...
@@ -17589,11 +17589,12 @@ Maybe I'll refactor later</property>
</child>
<child>
<widget class="GtkButton" id="
stop
_button">
<widget class="GtkButton" id="
cancel
_button">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Cancels the selected file transfer</property>
<property name="can_default">True</property>
<property name="can_focus">True</property>
<property name="label">gtk-
stop
</property>
<property name="label">gtk-
cancel
</property>
<property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>
...
...
@@ -17602,13 +17603,14 @@ Maybe I'll refactor later</property>
<atkproperty name="AtkObject::accessible_description" translatable="yes">Stops the selected file transfer. If there is an incomplete file, kept in the file system it will be removed. This operation is non reverseable. </atkproperty>
<atkaction action_name="click" description="Stoping transfer"/>
</accessibility>
<signal name="clicked" handler="on_
stop
_button_clicked" last_modification_time="
Wed, 31
Aug 2005
22:31:38
GMT"/>
<signal name="clicked" handler="on_
cancel
_button_clicked" last_modification_time="
Tue, 09
Aug 2005
17:07:31
GMT"/>
</widget>
</child>
<child>
<widget class="GtkButton" id="close_button">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Hides the window</property>
<property name="can_default">True</property>
<property name="can_focus">True</property>
<property name="has_focus">True</property>
...
...
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