~onli/simdock/master

« back to all changes in this revision

Viewing changes to src/main.cc

  • Committer: onli
  • Date: 2014-05-17 13:11:26 UTC
  • Revision ID: git-v1:e2bad1415ed2b92875d33df8215bdebbd53b71f0
Minor: prepare debug

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
                                   name.c_str(), // icon name
39
39
                                   48,
40
40
                                   GTK_ICON_LOOKUP_FORCE_SIZE);
41
 
    const char *filename;
42
41
 
43
42
    if (iconInfo != NULL) {
44
43
        return gtk_icon_info_get_filename (iconInfo);