Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Commit

Permalink
Old files deleted. Minor fix. Test version
Browse files Browse the repository at this point in the history
  • Loading branch information
PAXANDDOS committed Feb 8, 2021
1 parent c762ba5 commit 70f99ea
Show file tree
Hide file tree
Showing 34 changed files with 1 addition and 0 deletions.
Binary file removed client/data/images/old/add-user-dark.png
Binary file not shown.
Binary file removed client/data/images/old/add-user-hover-dark.png
Binary file not shown.
Binary file removed client/data/images/old/add-user-hover-light.png
Binary file not shown.
Binary file removed client/data/images/old/add-user-hover.png
Binary file not shown.
Binary file removed client/data/images/old/add-user-light.png
Binary file not shown.
Binary file removed client/data/images/old/add-user.png
Binary file not shown.
Binary file removed client/data/images/old/arrow-down-dark.png
Binary file not shown.
Binary file removed client/data/images/old/arrow-down-light.png
Binary file not shown.
Binary file removed client/data/images/old/arrow-down.png
Binary file not shown.
Binary file removed client/data/images/old/attach-dark.png
Binary file not shown.
Binary file removed client/data/images/old/attach-hover-dark.png
Binary file not shown.
Binary file removed client/data/images/old/attach-hover-light.png
Binary file not shown.
Binary file removed client/data/images/old/attach-hover.png
Binary file not shown.
Binary file removed client/data/images/old/attach-light.png
Binary file not shown.
Binary file removed client/data/images/old/attach.png
Binary file not shown.
Binary file removed client/data/images/old/create-group-dark.png
Binary file not shown.
Binary file removed client/data/images/old/create-group-light.png
Binary file not shown.
Binary file removed client/data/images/old/create-group.png
Binary file not shown.
Binary file removed client/data/images/old/events-inactive.png
Binary file not shown.
Binary file removed client/data/images/old/group-inactive.png
Binary file not shown.
Binary file removed client/data/images/old/home.png
Binary file not shown.
Binary file removed client/data/images/old/messanger.png
Binary file not shown.
Binary file removed client/data/images/old/send-dark.png
Binary file not shown.
Binary file removed client/data/images/old/send-hover-dark.png
Binary file not shown.
Binary file removed client/data/images/old/send-hover-light.png
Binary file not shown.
Binary file removed client/data/images/old/send-hover.png
Diff not rendered.
Binary file removed client/data/images/old/send-light.png
Diff not rendered.
Binary file removed client/data/images/old/send.png
Diff not rendered.
Binary file removed client/data/images/old/sticker-dark.png
Diff not rendered.
Binary file removed client/data/images/old/sticker-hover-light.png
Diff not rendered.
Binary file removed client/data/images/old/sticker-hover.png
Diff not rendered.
Binary file removed client/data/images/old/sticker-light.png
Diff not rendered.
Binary file removed client/data/images/old/sticker.png
Diff not rendered.
1 change: 1 addition & 0 deletions client/src/screen_messanger.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ static void build_list(GtkWidget *main)
g_signal_connect(G_OBJECT(adduser), "enter-notify-event", G_CALLBACK(event_enter_notify), NULL);
g_signal_connect(G_OBJECT(adduser), "leave-notify-event", G_CALLBACK(event_leave_notify), NULL);
g_signal_connect(G_OBJECT(adduser), "button_press_event", G_CALLBACK(adduser_click), search_field);
g_signal_connect(G_OBJECT(search_field), "activate", G_CALLBACK(adduser_click), search_field);

g_signal_connect(G_OBJECT(group), "enter-notify-event", G_CALLBACK(event_enter_notify), NULL);
g_signal_connect(G_OBJECT(group), "leave-notify-event", G_CALLBACK(event_leave_notify), NULL);
Expand Down

0 comments on commit 70f99ea

Please sign in to comment.