Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gtk
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1,143
Issues
1,143
List
Boards
Labels
Milestones
Merge Requests
96
Merge Requests
96
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
gtk
Commits
4c24377f
Commit
4c24377f
authored
Mar 08, 2004
by
Christian Neumair
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed typo in entry completion test.
parent
28675887
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
21 additions
and
1 deletion
+21
-1
ChangeLog
ChangeLog
+4
-0
ChangeLog.pre-2-10
ChangeLog.pre-2-10
+4
-0
ChangeLog.pre-2-4
ChangeLog.pre-2-4
+4
-0
ChangeLog.pre-2-6
ChangeLog.pre-2-6
+4
-0
ChangeLog.pre-2-8
ChangeLog.pre-2-8
+4
-0
tests/testentrycompletion.c
tests/testentrycompletion.c
+1
-1
No files found.
ChangeLog
View file @
4c24377f
2004
-
03
-
08
Christian
Neumair
<
chris
@
gnome
-
de
.
org
>
*
tests
/
testentrycompletion
.
c
:
Fix
typo
.
2004
-
03
-
08
Tor
Lillqvist
<
tml
@
iki
.
fi
>
*
README
.
win32
:
Update
.
...
...
ChangeLog.pre-2-10
View file @
4c24377f
2004
-
03
-
08
Christian
Neumair
<
chris
@
gnome
-
de
.
org
>
*
tests
/
testentrycompletion
.
c
:
Fix
typo
.
2004
-
03
-
08
Tor
Lillqvist
<
tml
@
iki
.
fi
>
*
README
.
win32
:
Update
.
...
...
ChangeLog.pre-2-4
View file @
4c24377f
2004
-
03
-
08
Christian
Neumair
<
chris
@
gnome
-
de
.
org
>
*
tests
/
testentrycompletion
.
c
:
Fix
typo
.
2004
-
03
-
08
Tor
Lillqvist
<
tml
@
iki
.
fi
>
*
README
.
win32
:
Update
.
...
...
ChangeLog.pre-2-6
View file @
4c24377f
2004
-
03
-
08
Christian
Neumair
<
chris
@
gnome
-
de
.
org
>
*
tests
/
testentrycompletion
.
c
:
Fix
typo
.
2004
-
03
-
08
Tor
Lillqvist
<
tml
@
iki
.
fi
>
*
README
.
win32
:
Update
.
...
...
ChangeLog.pre-2-8
View file @
4c24377f
2004
-
03
-
08
Christian
Neumair
<
chris
@
gnome
-
de
.
org
>
*
tests
/
testentrycompletion
.
c
:
Fix
typo
.
2004
-
03
-
08
Tor
Lillqvist
<
tml
@
iki
.
fi
>
*
README
.
win32
:
Update
.
...
...
tests/testentrycompletion.c
View file @
4c24377f
...
...
@@ -311,7 +311,7 @@ main (int argc, char *argv[])
g_object_unref
(
completion
);
/* Create a tree model and use it as the completion model */
completion_model
=
t
gtk_list_store_new
(
1
,
G_TYPE_STRING
);
completion_model
=
gtk_list_store_new
(
1
,
G_TYPE_STRING
);
gtk_entry_completion_set_model
(
completion
,
completion_model
);
g_object_unref
(
completion_model
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment