Skip to content

Commit 3180b3d

Browse files
committed
Merge origin/develop into develop
2 parents 4c4d51e + f8f1052 commit 3180b3d

35 files changed

+23
-82
lines changed

packages/TelegramClient-UI.package/TCUChatButtonPage.class/class/newFor.withBounds..st

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/TelegramClient-UI.package/TCUChatButtonPage.class/methodProperties.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"class" : {
3-
"newFor:withBounds:" : "jkon 7/4/2024 22:57",
43
"newFor:withBounds:from:" : "jkon 7/5/2024 09:30" },
54
"instance" : {
65
"addButtonMenu" : "jkon 7/5/2024 09:30",

packages/TelegramClient-UI.package/TCUChatPhotoPage.class/class/newFor.withBounds.andSize..st

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/TelegramClient-UI.package/TCUChatPhotoPage.class/instance/chat..st

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/TelegramClient-UI.package/TCUChatPhotoPage.class/instance/chat.st

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/TelegramClient-UI.package/TCUChatPhotoPage.class/methodProperties.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
{
22
"class" : {
3-
"newFor:withBounds:andSize:" : "TU 6/14/2024 09:29",
43
"newWithBounds:andPhoto:andSize:" : "jkon 5/22/2024 10:27" },
54
"instance" : {
65
"addPhoto" : "jkon 5/22/2024 10:21",
7-
"chat" : "TU 6/14/2024 09:29",
8-
"chat:" : "TU 6/14/2024 09:29",
96
"initialize" : "jkon 5/15/2024 15:11",
107
"photo" : "jkon 5/22/2024 10:30",
118
"photo:" : "jkon 5/22/2024 10:31",

packages/TelegramClient-UI.package/TCUChoice.class/class/newFor.isExclusive..st

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/TelegramClient-UI.package/TCUChoice.class/instance/addSelectionMorph.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
as yet unclassified
1+
drawing
22
addSelectionMorph
33

44
selectionMorph := RectangleMorph new.

packages/TelegramClient-UI.package/TCUChoice.class/instance/addTextMorph.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
as yet unclassified
1+
drawing
22
addTextMorph
33

44
|textMorph|
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
as yet unclassified
1+
accessing
22
content: aString
33

44
content := aString

0 commit comments

Comments
 (0)