~alexlauni/unity/introspection-search-cleanup

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/unityshell.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:
1531
1531
{
1532
1532
}
1533
1533
 
1534
 
const gchar* UnityScreen::GetName()
 
1534
std::string UnityScreen::GetName() const
1535
1535
{
1536
1536
  return "Unity";
1537
1537
}