Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
29464c21
Commit
29464c21
authored
Jul 27, 2012
by
Emmanuel Lepage Vallee
Browse files
[ #13960 ] Fix slowdown
parent
2977fcf0
Changes
1
Show whitespace changes
Inline
Side-by-side
gnome/src/uimanager.c
View file @
29464c21
...
@@ -103,6 +103,8 @@ static GtkWidget * imToolbar_;
...
@@ -103,6 +103,8 @@ static GtkWidget * imToolbar_;
static
GtkWidget
*
editable_num_
;
static
GtkWidget
*
editable_num_
;
static
GtkWidget
*
edit_dialog_
;
static
GtkWidget
*
edit_dialog_
;
// GtkToolItem *separator_;
static
void
static
void
remove_from_toolbar
(
GtkWidget
*
widget
)
remove_from_toolbar
(
GtkWidget
*
widget
)
{
{
...
@@ -440,9 +442,6 @@ update_actions()
...
@@ -440,9 +442,6 @@ update_actions()
gtk_widget_set_sensitive
(
historyButton_
,
TRUE
);
gtk_widget_set_sensitive
(
historyButton_
,
TRUE
);
}
}
GtkToolItem
*
separator
=
gtk_separator_tool_item_new
();
gtk_toolbar_insert
(
GTK_TOOLBAR
(
toolbar_
),
separator
,
-
1
);
// If addressbook support has been enabled and all addressbooks are loaded, display the icon
// If addressbook support has been enabled and all addressbooks are loaded, display the icon
if
(
addrbook
&&
addrbook
->
is_ready
()
&&
addressbook_config_load_parameters
()
->
enable
)
{
if
(
addrbook
&&
addrbook
->
is_ready
()
&&
addressbook_config_load_parameters
()
->
enable
)
{
...
@@ -1693,6 +1692,7 @@ create_toolbar_actions(GtkUIManager *ui)
...
@@ -1693,6 +1692,7 @@ create_toolbar_actions(GtkUIManager *ui)
muteWidget_
=
get_widget
(
ui
,
"/ToolbarActions/MuteToolbar"
);
muteWidget_
=
get_widget
(
ui
,
"/ToolbarActions/MuteToolbar"
);
imToolbar_
=
get_widget
(
ui
,
"/ToolbarActions/InstantMessagingToolbar"
);
imToolbar_
=
get_widget
(
ui
,
"/ToolbarActions/InstantMessagingToolbar"
);
historyButton_
=
get_widget
(
ui
,
"/ToolbarActions/HistoryToolbar"
);
historyButton_
=
get_widget
(
ui
,
"/ToolbarActions/HistoryToolbar"
);
// separator_ = gtk_separator_tool_item_new();
if
(
addrbook
)
if
(
addrbook
)
contactButton_
=
get_widget
(
ui
,
"/ToolbarActions/AddressbookToolbar"
);
contactButton_
=
get_widget
(
ui
,
"/ToolbarActions/AddressbookToolbar"
);
...
...
Write
Preview
Supports
Markdown
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