Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
4b11749b
Commit
4b11749b
authored
Sep 20, 2007
by
Pierre-Luc Beaudoin
Browse files
Forgotten PIXMAPS_DIR
parent
b5e5f1cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
sflphone-gtk/src/mainwindow.c
View file @
4b11749b
...
...
@@ -116,7 +116,7 @@ create_main_window ()
gtk_container_set_border_width
(
GTK_CONTAINER
(
window
),
0
);
gtk_window_set_title
(
GTK_WINDOW
(
window
),
PACKAGE
);
gtk_window_set_default_size
(
GTK_WINDOW
(
window
),
200
,
300
);
gtk_window_set_default_icon_from_file
(
PIXMAP
S_DIR
"/sflphone.png"
,
gtk_window_set_default_icon_from_file
(
ICON
S_DIR
"/sflphone.png"
,
NULL
);
/* Connect the destroy event of the window with our on_destroy function
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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