This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch reproducible-widget-previews
in repository efl.
View the commit online.
commit 3627f94d3b2b29ed88362fbb0d6683f879bd8f4e
Author: Carsten Haitzler <[email protected]>
AuthorDate: Sun Mar 29 12:07:08 2026 +0100
Revert "feat: add hover tooltip to ConnMan gadget theme"
This reverts commit 8cc42a52d2c05df887e2f64eb14cc4e3594149d0.
looks like you have an improved separate patch that adds more that
includes this. so revert
---
data/elementary/themes/edc/connman.edc | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/data/elementary/themes/edc/connman.edc b/data/elementary/themes/edc/connman.edc
index c9ebab4412..cac91a3011 100644
--- a/data/elementary/themes/edc/connman.edc
+++ b/data/elementary/themes/edc/connman.edc
@@ -240,7 +240,6 @@ group { name: "e/modules/connman/main";
}
///////////////////////
part { name: "clip_exclam"; type: RECT;
- clip_to: "icon_dim";
description { state: "default" 0.0;
visible: 1;
}
@@ -257,16 +256,7 @@ group { name: "e/modules/connman/main";
visible: 0;
}
}
- part { name: "icon_dim"; type: RECT; mouse_events: 0;
- description { state: "default" 0.0;
- color: 255 255 255 255; // no cc
- }
- description { state: "visible" 0.0;
- color: 255 255 255 64; // no cc
- }
- }
part { name: "clip_wifi"; type: RECT;
- clip_to: "icon_dim";
description { state: "default" 0.0;
visible: 0;
}
@@ -284,7 +274,6 @@ group { name: "e/modules/connman/main";
}
}
part { name: "clip_eth"; type: RECT;
- clip_to: "icon_dim";
description { state: "default" 0.0;
visible: 0;
}
@@ -302,7 +291,6 @@ group { name: "e/modules/connman/main";
}
}
part { name: "clip_bt"; type: RECT;
- clip_to: "icon_dim";
description { state: "default" 0.0;
visible: 0;
}
@@ -320,7 +308,6 @@ group { name: "e/modules/connman/main";
}
}
part { name: "clip_cell"; type: RECT;
- clip_to: "icon_dim";
description { state: "default" 0.0;
visible: 0;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.