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
eta
gajim
Commits
afca70a5
Commit
afca70a5
authored
20 years ago
by
Yann Leboulanger
Browse files
Options
Downloads
Patches
Plain Diff
change buttons order in some windows to become GNOME HID complient
parent
cfa9d02d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
plugins/gtkgui/gtkgui.glade
+35
-35
35 additions, 35 deletions
plugins/gtkgui/gtkgui.glade
with
35 additions
and
35 deletions
plugins/gtkgui/gtkgui.glade
+
35
−
35
View file @
afca70a5
...
...
@@ -2118,28 +2118,28 @@ on the server.</property>
<property
name=
"spacing"
>
20
</property>
<child>
<widget
class=
"GtkButton"
id=
"button_
sav
e"
>
<widget
class=
"GtkButton"
id=
"button_
clos
e"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_default"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"label"
>
gtk-
sav
e
</property>
<property
name=
"label"
>
gtk-
clos
e
</property>
<property
name=
"use_stock"
>
True
</property>
<property
name=
"relief"
>
GTK_RELIEF_NORMAL
</property>
<property
name=
"focus_on_click"
>
True
</property>
<signal
name=
"clicked"
handler=
"on_
sav
e_clicked"
last_modification_time=
"
Thu, 11 Dec 2003 17:13:15
GMT"
/>
<signal
name=
"clicked"
handler=
"on_
clos
e_clicked"
last_modification_time=
"
Wed, 17 Mar 2004 20:33:31
GMT"
/>
</widget>
</child>
<child>
<widget
class=
"GtkButton"
id=
"button_
clos
e"
>
<widget
class=
"GtkButton"
id=
"button_
sav
e"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_default"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"label"
>
gtk-
clos
e
</property>
<property
name=
"label"
>
gtk-
sav
e
</property>
<property
name=
"use_stock"
>
True
</property>
<property
name=
"relief"
>
GTK_RELIEF_NORMAL
</property>
<property
name=
"focus_on_click"
>
True
</property>
<signal
name=
"clicked"
handler=
"on_
clos
e_clicked"
last_modification_time=
"
Wed, 17 Mar 2004 20:33:31
GMT"
/>
<signal
name=
"clicked"
handler=
"on_
sav
e_clicked"
last_modification_time=
"
Thu, 11 Dec 2003 17:13:15
GMT"
/>
</widget>
</child>
</widget>
...
...
@@ -2499,6 +2499,19 @@ on the server.</property>
<property
name=
"layout_style"
>
GTK_BUTTONBOX_END
</property>
<property
name=
"spacing"
>
10
</property>
<child>
<widget
class=
"GtkButton"
id=
"button11"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_default"
>
True
</property>
<property
name=
"can_focus"
>
True
</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>
<signal
name=
"clicked"
handler=
"on_cancel_clicked"
last_modification_time=
"Wed, 17 Mar 2004 19:44:15 GMT"
/>
</widget>
</child>
<child>
<widget
class=
"GtkButton"
id=
"button_sub"
>
<property
name=
"visible"
>
True
</property>
...
...
@@ -2569,19 +2582,6 @@ on the server.</property>
</child>
</widget>
</child>
<child>
<widget
class=
"GtkButton"
id=
"button11"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_default"
>
True
</property>
<property
name=
"can_focus"
>
True
</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>
<signal
name=
"clicked"
handler=
"on_cancel_clicked"
last_modification_time=
"Wed, 17 Mar 2004 19:44:15 GMT"
/>
</widget>
</child>
</widget>
<packing>
<property
name=
"padding"
>
0
</property>
...
...
@@ -3343,16 +3343,16 @@ on the server.</property>
<property
name=
"spacing"
>
25
</property>
<child>
<widget
class=
"GtkButton"
id=
"button_
ok
"
>
<widget
class=
"GtkButton"
id=
"button_
cancel
"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_default"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"relief"
>
GTK_RELIEF_NORMAL
</property>
<property
name=
"focus_on_click"
>
True
</property>
<signal
name=
"clicked"
handler=
"on_
button_ok
_clicked"
last_modification_time=
"
Fri, 14 Nov
200
3
1
1:03:35
GMT"
/>
<signal
name=
"clicked"
handler=
"on_
cancel
_clicked"
last_modification_time=
"
Thu, 18 Mar
200
4
1
4:49:06
GMT"
/>
<child>
<widget
class=
"GtkAlignment"
id=
"alignment1
7
"
>
<widget
class=
"GtkAlignment"
id=
"alignment1
8
"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"xalign"
>
0.5
</property>
<property
name=
"yalign"
>
0.5
</property>
...
...
@@ -3364,15 +3364,15 @@ on the server.</property>
<property
name=
"right_padding"
>
0
</property>
<child>
<widget
class=
"GtkHBox"
id=
"hbox2
1
"
>
<widget
class=
"GtkHBox"
id=
"hbox2
2
"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"homogeneous"
>
False
</property>
<property
name=
"spacing"
>
2
</property>
<child>
<widget
class=
"GtkImage"
id=
"image10
6
"
>
<widget
class=
"GtkImage"
id=
"image10
7
"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"stock"
>
gtk-
ok
</property>
<property
name=
"stock"
>
gtk-
cancel
</property>
<property
name=
"icon_size"
>
4
</property>
<property
name=
"xalign"
>
0.5
</property>
<property
name=
"yalign"
>
0.5
</property>
...
...
@@ -3387,9 +3387,9 @@ on the server.</property>
</child>
<child>
<widget
class=
"GtkLabel"
id=
"label3
3
"
>
<widget
class=
"GtkLabel"
id=
"label3
4
"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"label"
translatable=
"yes"
>
_
OK
</property>
<property
name=
"label"
translatable=
"yes"
>
_
Cancel
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"use_markup"
>
False
</property>
<property
name=
"justify"
>
GTK_JUSTIFY_LEFT
</property>
...
...
@@ -3414,16 +3414,16 @@ on the server.</property>
</child>
<child>
<widget
class=
"GtkButton"
id=
"button_
cancel
"
>
<widget
class=
"GtkButton"
id=
"button_
ok
"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_default"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"relief"
>
GTK_RELIEF_NORMAL
</property>
<property
name=
"focus_on_click"
>
True
</property>
<signal
name=
"clicked"
handler=
"on_
cancel
_clicked"
last_modification_time=
"
Thu, 18 Mar
200
4
1
4:49:06
GMT"
/>
<signal
name=
"clicked"
handler=
"on_
button_ok
_clicked"
last_modification_time=
"
Fri, 14 Nov
200
3
1
1:03:35
GMT"
/>
<child>
<widget
class=
"GtkAlignment"
id=
"alignment1
8
"
>
<widget
class=
"GtkAlignment"
id=
"alignment1
7
"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"xalign"
>
0.5
</property>
<property
name=
"yalign"
>
0.5
</property>
...
...
@@ -3435,15 +3435,15 @@ on the server.</property>
<property
name=
"right_padding"
>
0
</property>
<child>
<widget
class=
"GtkHBox"
id=
"hbox2
2
"
>
<widget
class=
"GtkHBox"
id=
"hbox2
1
"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"homogeneous"
>
False
</property>
<property
name=
"spacing"
>
2
</property>
<child>
<widget
class=
"GtkImage"
id=
"image10
7
"
>
<widget
class=
"GtkImage"
id=
"image10
6
"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"stock"
>
gtk-
cancel
</property>
<property
name=
"stock"
>
gtk-
ok
</property>
<property
name=
"icon_size"
>
4
</property>
<property
name=
"xalign"
>
0.5
</property>
<property
name=
"yalign"
>
0.5
</property>
...
...
@@ -3458,9 +3458,9 @@ on the server.</property>
</child>
<child>
<widget
class=
"GtkLabel"
id=
"label3
4
"
>
<widget
class=
"GtkLabel"
id=
"label3
3
"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"label"
translatable=
"yes"
>
_
Cancel
</property>
<property
name=
"label"
translatable=
"yes"
>
_
OK
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"use_markup"
>
False
</property>
<property
name=
"justify"
>
GTK_JUSTIFY_LEFT
</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