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
004094b1
Commit
004094b1
authored
19 years ago
by
Yann Leboulanger
Browse files
Options
Downloads
Patches
Plain Diff
ctrl+N open new message dialog when we have only one account configured
parent
dc2d1924
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
src/gtkgui.glade
+10
-9
10 additions, 9 deletions
src/gtkgui.glade
with
10 additions
and
9 deletions
src/gtkgui.glade
+
10
−
9
View file @
004094b1
...
...
@@ -45,9 +45,10 @@
<property name="visible">True</property>
<property name="label" translatable="yes">_New Message</property>
<property name="use_underline">True</property>
<accelerator key="N" modifiers="GDK_CONTROL_MASK" signal="activate"/>
<child internal-child="image">
<widget class="GtkImage" id="image
698
">
<widget class="GtkImage" id="image
787
">
<property name="visible">True</property>
<property name="stock">gtk-new</property>
<property name="icon_size">1</property>
...
...
@@ -67,7 +68,7 @@
<property name="use_underline">True</property>
<child internal-child="image">
<widget class="GtkImage" id="image
699
">
<widget class="GtkImage" id="image
788
">
<property name="visible">True</property>
<property name="stock">gtk-connect</property>
<property name="icon_size">1</property>
...
...
@@ -93,7 +94,7 @@
<property name="use_underline">True</property>
<child internal-child="image">
<widget class="GtkImage" id="image7
00
">
<widget class="GtkImage" id="image7
89
">
<property name="visible">True</property>
<property name="stock">gtk-add</property>
<property name="icon_size">1</property>
...
...
@@ -113,7 +114,7 @@
<property name="use_underline">True</property>
<child internal-child="image">
<widget class="GtkImage" id="image70
1
">
<widget class="GtkImage" id="image7
9
0">
<property name="visible">True</property>
<property name="stock">gtk-find</property>
<property name="icon_size">1</property>
...
...
@@ -151,7 +152,7 @@
<signal name="activate" handler="on_about_menuitem_activate" last_modification_time="Tue, 01 Mar 2005 22:56:45 GMT"/>
<child internal-child="image">
<widget class="GtkImage" id="image7
02
">
<widget class="GtkImage" id="image7
91
">
<property name="visible">True</property>
<property name="stock">gtk-about</property>
<property name="icon_size">1</property>
...
...
@@ -179,7 +180,7 @@
<accelerator key="Q" modifiers="GDK_CONTROL_MASK" signal="activate"/>
<child internal-child="image">
<widget class="GtkImage" id="image7
03
">
<widget class="GtkImage" id="image7
92
">
<property name="visible">True</property>
<property name="stock">gtk-quit</property>
<property name="icon_size">1</property>
...
...
@@ -214,7 +215,7 @@
<accelerator key="A" modifiers="GDK_CONTROL_MASK" signal="activate"/>
<child internal-child="image">
<widget class="GtkImage" id="image7
04
">
<widget class="GtkImage" id="image7
93
">
<property name="visible">True</property>
<property name="stock">gtk-network</property>
<property name="icon_size">1</property>
...
...
@@ -235,7 +236,7 @@
<signal name="activate" handler="on_profile_avatar_activate" last_modification_time="Thu, 09 Jun 2005 22:22:16 GMT"/>
<child internal-child="image">
<widget class="GtkImage" id="image7
05
">
<widget class="GtkImage" id="image7
94
">
<property name="visible">True</property>
<property name="stock">gtk-properties</property>
<property name="icon_size">1</property>
...
...
@@ -263,7 +264,7 @@
<accelerator key="P" modifiers="GDK_CONTROL_MASK" signal="activate"/>
<child internal-child="image">
<widget class="GtkImage" id="image7
06
">
<widget class="GtkImage" id="image7
95
">
<property name="visible">True</property>
<property name="stock">gtk-preferences</property>
<property name="icon_size">1</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