File tree Expand file tree Collapse file tree 2 files changed +0
-22
lines changed
Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -69,16 +69,3 @@ NemoDesktopWindow GtkPaned {
6969 color: @theme_selected_fg_color ;
7070 text-shadow : none;
7171}
72-
73- # drop-bar : drop (active ) {
74- box-shadow : none;
75- }
76-
77- # drop-bar > revealer > box {
78- background-color: @theme_bg_color ;
79- border-bottom : 1px solid @borders ;
80- }
81-
82- # drop-bar {
83- opacity : 1.0 ;
84- }
Original file line number Diff line number Diff line change @@ -168,7 +168,6 @@ enum {
168168 SELECTION_CHANGED ,
169169 TRASH ,
170170 DELETE ,
171- SHOW_DROP_BAR ,
172171 LAST_SIGNAL
173172};
174173
@@ -11174,14 +11173,6 @@ nemo_view_class_init (NemoViewClass *klass)
1117411173 g_signal_accumulator_true_handled , NULL ,
1117511174 g_cclosure_marshal_generic ,
1117611175 G_TYPE_BOOLEAN , 0 );
11177- signals [SHOW_DROP_BAR ] =
11178- g_signal_new ("show-drop-bar" ,
11179- G_TYPE_FROM_CLASS (klass ),
11180- G_SIGNAL_RUN_LAST ,
11181- 0 ,
11182- NULL , NULL ,
11183- g_cclosure_marshal_VOID__VOID ,
11184- G_TYPE_NONE , 0 );
1118511176
1118611177 klass -> get_selected_icon_locations = real_get_selected_icon_locations ;
1118711178 klass -> is_read_only = real_is_read_only ;
You can’t perform that action at this time.
0 commit comments