Merge branch 'style' into 'master'
style: Avoid conflict with GTK widget names Closes #119 See merge request Librem5/squeekboard!184
This commit is contained in:
@ -585,7 +585,7 @@ static GType new_type(char *name) {
|
||||
static GType layout_type() {
|
||||
static GType type = 0;
|
||||
if (!type) {
|
||||
type = new_type("layout");
|
||||
type = new_type("sq_view");
|
||||
}
|
||||
return type;
|
||||
}
|
||||
@ -593,7 +593,7 @@ static GType layout_type() {
|
||||
static GType button_type() {
|
||||
static GType type = 0;
|
||||
if (!type) {
|
||||
type = new_type("button");
|
||||
type = new_type("sq_button");
|
||||
}
|
||||
return type;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user