~ubuntu-branches/ubuntu/oneiric/bamf/oneiric-proposed-201203051914

« back to all changes in this revision

Viewing changes to lib/libbamf/bamf-view.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-08-25 17:44:16 UTC
  • mfrom: (1.1.35 upstream)
  • Revision ID: james.westby@ubuntu.com-20110825174416-25o5swsosq7d1o7g
Tags: 0.2.96-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
356
356
    return BAMF_VIEW_GET_CLASS (self)->get_name (self);
357
357
 
358
358
  if (!bamf_view_remote_ready (self))
359
 
    return priv->local_name;
 
359
    return g_strdup(priv->local_name);
360
360
    
361
361
  if (!dbus_g_proxy_call (priv->proxy,
362
362
                          "Name",