~alexlauni/unity/introspection-search-cleanup

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/LauncherIcon.cpp

  • Committer: Alex Launi
  • Date: 2011-11-08 18:21:44 UTC
  • Revision ID: alex.launi@canonical.com-20111108182144-s92diskezfihk2g4
Convert debugging code from gchar* to std::string

Show diffs side-by-side

added added

removed removed

Lines of Context:
173
173
  return _has_visible_window;
174
174
}
175
175
 
176
 
const gchar*
177
 
LauncherIcon::GetName()
 
176
std::string
 
177
LauncherIcon::GetName() const
178
178
{
179
179
  return "LauncherIcon";
180
180
}