Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2756)

Issue 6941051: Use Variant.unpack() instead of Variant.dup_strv(). (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 4 months ago by fujiwara
Modified:
11 years, 4 months ago
Reviewers:
shawn.p.huang, Peng
CC:
shawn.p.huang_gmail.com
Base URL:
git://github.com/ibus/ibus.git@master
Visibility:
Public.

Description

Use Variant.unpack() instead of Variant.dup_strv(). Variant.dup_strv() returns a tuple in pygobject 3.2, e.g. (['<Control>space'], 1L), and a list in pygobject 3.4, e.g. ['<Control>space'] . BUG=RH#887153

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M setup/main.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4
fujiwara
11 years, 4 months ago (2012-12-14 10:33:19 UTC) #1
Peng
Do not understand why need it? Could add more info in git log?
11 years, 4 months ago (2012-12-14 13:29:04 UTC) #2
fujiwara
On 2012/12/14 13:29:04, Peng wrote: > Do not understand why need it? Could add more ...
11 years, 4 months ago (2012-12-14 22:39:33 UTC) #3
Peng
11 years, 4 months ago (2012-12-15 03:55:31 UTC) #4
On 2012/12/14 22:39:33, fujiwara wrote:
> On 2012/12/14 13:29:04, Peng wrote:
> > Do not understand why need it? Could add more info in git log?
> 
> Done.

lgtm
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b