Merge lp:~paulbrianstewart/ubuntu/oneiric/quassel/833751-String-Error-Fix into lp:ubuntu/oneiric/quassel

Proposed by Paul Stewart
Status: Rejected
Rejected by: Martin Pitt
Proposed branch: lp:~paulbrianstewart/ubuntu/oneiric/quassel/833751-String-Error-Fix
Merge into: lp:ubuntu/oneiric/quassel
Diff against target: 12 lines (+1/-1)
1 file modified
src/qtui/settingspages/chatviewsettingspage.cpp (+1/-1)
To merge this branch: bzr merge lp:~paulbrianstewart/ubuntu/oneiric/quassel/833751-String-Error-Fix
Reviewer Review Type Date Requested Status
Scott Moser Disapprove
Ubuntu branches Pending
Review via email: mp+72992@code.launchpad.net

Commit message

* Changed the message to "You need at least 0.6 quasselcore to use this feature"

Description of the change

* Changed the message to "You need at least 0.6 quasselcore to use this feature" in chatviewsettingspage.cpp, line 44

To post a comment you must log in.
Revision history for this message
Scott Moser (smoser) wrote :

Paul,
  Thank you for taking the time to submit a merge proposal for this bug.
  However, as Scott K mentioned in bug 833751, these sort of changes are best made in the project upstream.

  It would be best if you
  * filed a bug at http://bugs.quassel-irc.org/projects/quassel-irc/issues?set_filter=1&tracker_id=1
  * linked to the new bug from the launchpad bug
  * removed this merge proposal, or marked it as "work in progress" (so it does not show up in the sponsoring queue).

  Thanks again for your effort. I do not want to sound ungrateful, but carrying a patch like this for a trivial change is work for Ubuntu that is better fixed upstream, so all users of the project can benefit.

review: Disapprove
Revision history for this message
Paul Stewart (paulbrianstewart) wrote :

> Paul,
> Thank you for taking the time to submit a merge proposal for this bug.
> However, as Scott K mentioned in bug 833751, these sort of changes are best
> made in the project upstream.
>
> It would be best if you
> * filed a bug at http://bugs.quassel-irc.org/projects/quassel-
> irc/issues?set_filter=1&tracker_id=1
> * linked to the new bug from the launchpad bug
> * removed this merge proposal, or marked it as "work in progress" (so it
> does not show up in the sponsoring queue).
>
> Thanks again for your effort. I do not want to sound ungrateful, but
> carrying a patch like this for a trivial change is work for Ubuntu that is
> better fixed upstream, so all users of the project can benefit.

No problem,

I will do as you mention above. Apologies for making more work for you guys.
Thanks
Paul

Unmerged revisions

80. By Paul Stewart

* Changed the message to "You need at least 0.6 quasselcore to use this feature"

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/qtui/settingspages/chatviewsettingspage.cpp'
2--- src/qtui/settingspages/chatviewsettingspage.cpp 2010-08-11 12:48:08 +0000
3+++ src/qtui/settingspages/chatviewsettingspage.cpp 2011-08-26 05:31:23 +0000
4@@ -38,7 +38,7 @@
5 if(!(Client::coreFeatures() & Quassel::SynchronizedMarkerLine)) {
6 ui.autoMarkerLine->setEnabled(false);
7 ui.autoMarkerLine->setChecked(true);
8- ui.autoMarkerLine->setToolTip(tr("You need at 0.6 quasselcore to use this feature"));
9+ ui.autoMarkerLine->setToolTip(tr("You need at least 0.6 quasselcore to use this feature"));
10 }
11
12 initAutoWidgets();

Subscribers

People subscribed via source and target branches

to all changes: