~ubuntu-branches/ubuntu/trusty/sflphone/trusty-proposed

« back to all changes in this revision

Viewing changes to kde/src/lib/phonenumber.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2014-04-17 16:34:23 UTC
  • Revision ID: package-import@ubuntu.com-20140417163423-578s4cdi1d1y4hsc
Tags: 1.3.0-1ubuntu1.1
Add kubuntu_sflphone-kde-startup-hang.patch from upstream, fixes LP: #1303897
"sflphone-kde may hang on startup with some contact topologies"

Show diffs side-by-side

added added

removed removed

Lines of Context:
230
230
            max      = i.value();
231
231
            toReturn = i.key  ();
232
232
         }
 
233
         i++;
233
234
      }
234
235
      return toReturn;
235
236
   }