Mercurial
>
pidgin3
/ file comparison
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
latest
revisions
annotate
diff
comparison
raw
comparison: finch/libgnt/gntws.c
finch/libgnt/gntws.c
branch
finch.workspaces
changeset 16523
d774ca89d340
parent 16520
18efc8fca905
child 16779
006f50afb7a6
equal
deleted
inserted
replaced
16522:8f0e1c93cfac
16523:d774ca89d340
149
}
149
}
150
150
151
return type;
151
return type;
152
}
152
}
153
153
154
const char * gnt_ws_get_name(GntWS *ws)
155
{
156
return ws->name;
157
}
158