Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Mathias Wein
Krita
Commits
612836c2
Commit
612836c2
authored
Apr 02, 2007
by
Aaron J. Seigo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
KEditToolBar
svn path=/trunk/koffice/; revision=649177
parent
9d8a3237
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libs/kofficecore/KoMainWindow.cpp
libs/kofficecore/KoMainWindow.cpp
+1
-1
No files found.
libs/kofficecore/KoMainWindow.cpp
View file @
612836c2
...
...
@@ -1339,7 +1339,7 @@ void KoMainWindow::slotConfigureToolbars()
{
if
(
rootDocument
())
saveMainWindowSettings
(
KGlobal
::
config
()
->
group
(
rootDocument
()
->
componentData
().
componentName
()
)
);
KEditTool
b
ar
edit
(
factory
(),
this
);
KEditTool
B
ar
edit
(
factory
(),
this
);
connect
(
&
edit
,
SIGNAL
(
newToolbarConfig
()),
this
,
SLOT
(
slotNewToolbarConfig
()));
(
void
)
edit
.
exec
();
}
...
...
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