Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gtk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,127
Issues
1,127
List
Boards
Labels
Service Desk
Milestones
Merge Requests
150
Merge Requests
150
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
gtk
Commits
7645a361
Commit
7645a361
authored
Jun 18, 2005
by
Matthias Clasen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo fixes
parent
28e712df
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
15 additions
and
3 deletions
+15
-3
ChangeLog
ChangeLog
+4
-0
ChangeLog.pre-2-10
ChangeLog.pre-2-10
+4
-0
ChangeLog.pre-2-8
ChangeLog.pre-2-8
+4
-0
gtk/gtkcellrenderertoggle.c
gtk/gtkcellrenderertoggle.c
+1
-1
gtk/gtktextview.c
gtk/gtktextview.c
+1
-1
gtk/gtktreeview.c
gtk/gtktreeview.c
+1
-1
No files found.
ChangeLog
View file @
7645a361
2005-06-18 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcellrenderertoggle.c:
* gtk/gtktextview.c:
* gtk/gtktreeview.c: Typo fixes in comments.
* gtk/gtkpaned.c (gtk_paned_add): Barf if more than
2 children are added. (#308111, Morten Welinder)
...
...
ChangeLog.pre-2-10
View file @
7645a361
2005-06-18 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcellrenderertoggle.c:
* gtk/gtktextview.c:
* gtk/gtktreeview.c: Typo fixes in comments.
* gtk/gtkpaned.c (gtk_paned_add): Barf if more than
2 children are added. (#308111, Morten Welinder)
...
...
ChangeLog.pre-2-8
View file @
7645a361
2005-06-18 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcellrenderertoggle.c:
* gtk/gtktextview.c:
* gtk/gtktreeview.c: Typo fixes in comments.
* gtk/gtkpaned.c (gtk_paned_add): Barf if more than
2 children are added. (#308111, Morten Welinder)
...
...
gtk/gtkcellrenderertoggle.c
View file @
7645a361
...
...
@@ -434,7 +434,7 @@ gtk_cell_renderer_toggle_set_radio (GtkCellRendererToggle *toggle,
* gtk_cell_renderer_toggle_get_radio:
* @toggle: a #GtkCellRendererToggle
*
* Returns wether we're rendering radio toggles rather than checkboxes.
* Returns w
h
ether we're rendering radio toggles rather than checkboxes.
*
* Return value: %TRUE if we're rendering radio toggles rather than checkboxes
**/
...
...
gtk/gtktextview.c
View file @
7645a361
...
...
@@ -5522,7 +5522,7 @@ typedef enum
/*
* Move @start and @end to the boundaries of the selection unit (indicated by
* @granularity) which contained @start initially. Return wether @start was
* @granularity) which contained @start initially. Return w
h
ether @start was
* contained in a selection unit at all (which may not be the case for words).
*/
static
gboolean
...
...
gtk/gtktreeview.c
View file @
7645a361
...
...
@@ -12275,7 +12275,7 @@ gtk_tree_view_get_search_column (GtkTreeView *tree_view)
*
* If the sort column is set, users can use the "start-interactive-search"
* key binding to bring up search popup. The enable-search property controls
* wether simply typing text will also start an interactive search.
* w
h
ether simply typing text will also start an interactive search.
*
* Note that @column refers to a column of the 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