Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gajim-plugins
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
56
Issues
56
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gajim
gajim-plugins
Commits
ecec803d
Commit
ecec803d
authored
May 31, 2013
by
Evgeniy Popov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move qicon to quick_replies
parent
6994208b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
quick_replies/plugin.py
quick_replies/plugin.py
+1
-1
quick_replies/quick_replies.png
quick_replies/quick_replies.png
+0
-0
No files found.
quick_replies/plugin.py
View file @
ecec803d
...
...
@@ -62,7 +62,7 @@ class Base(object):
self
.
button
.
set_property
(
'relief'
,
gtk
.
RELIEF_NONE
)
self
.
button
.
set_property
(
'can-focus'
,
False
)
img
=
gtk
.
Image
()
img_path
=
self
.
plugin
.
local_file_path
(
'q
icon
.png'
)
img_path
=
self
.
plugin
.
local_file_path
(
'q
uick_replies
.png'
)
pixbuf
=
gtk
.
gdk
.
pixbuf_new_from_file
(
img_path
)
iconset
=
gtk
.
IconSet
(
pixbuf
=
pixbuf
)
factory
=
gtk
.
IconFactory
()
...
...
quick_replies/quick_replies.png
0 → 100644
View file @
ecec803d
1.55 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment