Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in / Register
Toggle navigation
J
jami-daemon
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
120
Issues
120
List
Boards
Labels
Milestones
Security & Compliance
Security & Compliance
Dependency List
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
savoirfairelinux
jami-daemon
Commits
b4aba5e4
Commit
b4aba5e4
authored
Sep 12, 2011
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* #6902: don't use individual gtk headers
parent
1546b6ce
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
7 deletions
+2
-7
gnome/src/eel-gconf-extensions.c
gnome/src/eel-gconf-extensions.c
+1
-2
gnome/src/icons/icon_factory.c
gnome/src/icons/icon_factory.c
+1
-1
gnome/src/widget/minidialog.c
gnome/src/widget/minidialog.c
+0
-2
gnome/src/widget/minidialog.h
gnome/src/widget/minidialog.h
+0
-2
No files found.
gnome/src/eel-gconf-extensions.c
View file @
b4aba5e4
...
...
@@ -28,9 +28,8 @@
#include <gconf/gconf-client.h>
#include <gconf/gconf.h>
#include <gtk/gtk
widget
.h>
#include <gtk/gtk.h>
#include <libgnome/gnome-i18n.h>
#include <gtk/gtkmessagedialog.h>
static
GConfClient
*
global_gconf_client
=
NULL
;
...
...
gnome/src/icons/icon_factory.c
View file @
b4aba5e4
...
...
@@ -32,7 +32,7 @@
#include "icons/pixmap_data.h"
#include <gtk/gtk
iconfactory
.h>
#include <gtk/gtk.h>
#include "icons/pixmap_data.h"
#include "sflphone_const.h"
...
...
gnome/src/widget/minidialog.c
View file @
b4aba5e4
...
...
@@ -23,8 +23,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*/
#include <gtk/gtkhbox.h>
#include <gtk/gtkbutton.h>
#include <gtk/gtk.h>
#include "sflphone_const.h"
#include "minidialog.h"
...
...
gnome/src/widget/minidialog.h
View file @
b4aba5e4
...
...
@@ -28,8 +28,6 @@
#define __PIDGIN_MINI_DIALOG_H__
#include <glib-object.h>
#include <gtk/gtkvbox.h>
#include <gtk/gtklabel.h>
G_BEGIN_DECLS
...
...
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