← Back to team overview

touch-packages team mailing list archive

[Bug 1282567] Re: libindicator/indicator-service-manager.c:561]: (style) Same expression on both sides of '&&'.

 

** Changed in: libindicator (Ubuntu)
       Status: New => Triaged

** Changed in: libindicator (Ubuntu)
   Importance: Undecided => Medium

** Changed in: libindicator (Ubuntu)
     Assignee: (unassigned) => Charles Kerr (charlesk)

** Changed in: libindicator (Ubuntu)
   Importance: Medium => Low

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libindicator in Ubuntu.
https://bugs.launchpad.net/bugs/1282567

Title:
  libindicator/indicator-service-manager.c:561]: (style) Same expression
  on both sides of '&&'.

Status in libindicator:
  New
Status in libindicator package in Ubuntu:
  Triaged

Bug description:
  Source code is

          if (new_name != NULL && prev_name != NULL && new_name[0] != 0
  && prev_name != 0 && g_strcmp0(prev_name, new_name) != 0) {

  I think

          if (new_name != NULL && prev_name != NULL && new_name[0] != 0
  && prev_name[0] != 0 && g_strcmp0(prev_name, new_name) != 0) {

  was probably intended.

To manage notifications about this bug go to:
https://bugs.launchpad.net/libindicator/+bug/1282567/+subscriptions