aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--addressbook/conduit/address-conduit.c4
-rw-r--r--calendar/conduits/calendar/calendar-conduit.c4
-rw-r--r--calendar/conduits/memo/memo-conduit.c4
-rw-r--r--calendar/conduits/todo/todo-conduit.c4
-rw-r--r--calendar/gui/dialogs/comp-editor.c4
-rw-r--r--composer/e-composer-header-table.h7
-rw-r--r--composer/e-composer-header.c4
-rw-r--r--composer/e-composer-private.c2
-rw-r--r--e-util/e-util.c2
-rw-r--r--mail/em-inline-filter.c8
-rw-r--r--mail/em-stripsig-filter.c2
-rw-r--r--plugins/calendar-http/calendar-http.c12
-rw-r--r--plugins/ipod-sync/ipod.c4
-rw-r--r--widgets/misc/e-attachment-paned.h4
-rw-r--r--widgets/misc/e-search-bar.c2
15 files changed, 34 insertions, 33 deletions
diff --git a/addressbook/conduit/address-conduit.c b/addressbook/conduit/address-conduit.c
index 15cbe75045..4bba2a3ddc 100644
--- a/addressbook/conduit/address-conduit.c
+++ b/addressbook/conduit/address-conduit.c
@@ -470,7 +470,7 @@ addrconduit_load_configuration (guint32 pilot_id)
g_assert (c != NULL);
c->pilot_id = pilot_id;
- management = gnome_pilot_conduit_management_new ((gchar*)"e_address_conduit", GNOME_PILOT_CONDUIT_MGMT_ID);
+ management = gnome_pilot_conduit_management_new ((gchar *)"e_address_conduit", GNOME_PILOT_CONDUIT_MGMT_ID);
g_object_ref_sink (management);
config = gnome_pilot_conduit_config_new (management, pilot_id);
g_object_ref_sink (config);
@@ -2183,7 +2183,7 @@ conduit_get_gpilot_conduit (guint32 pilot_id)
LOG (g_message ( "in address's conduit_get_gpilot_conduit\n" ));
- retval = gnome_pilot_conduit_sync_abs_new ((gchar*)"AddressDB", 0x61646472);
+ retval = gnome_pilot_conduit_sync_abs_new ((gchar *)"AddressDB", 0x61646472);
g_assert (retval != NULL);
ctxt = e_addr_context_new (pilot_id);
diff --git a/calendar/conduits/calendar/calendar-conduit.c b/calendar/conduits/calendar/calendar-conduit.c
index 04f7c424dd..93f99ca1c2 100644
--- a/calendar/conduits/calendar/calendar-conduit.c
+++ b/calendar/conduits/calendar/calendar-conduit.c
@@ -123,7 +123,7 @@ calconduit_load_configuration (guint32 pilot_id)
c->pilot_id = pilot_id;
/* Sync Type */
- management = gnome_pilot_conduit_management_new ((gchar*)"e_calendar_conduit", GNOME_PILOT_CONDUIT_MGMT_ID);
+ management = gnome_pilot_conduit_management_new ((gchar *)"e_calendar_conduit", GNOME_PILOT_CONDUIT_MGMT_ID);
g_object_ref_sink (management);
config = gnome_pilot_conduit_config_new (management, pilot_id);
g_object_ref_sink (config);
@@ -2105,7 +2105,7 @@ conduit_get_gpilot_conduit (guint32 pilot_id)
LOG (g_message ( "in calendar's conduit_get_gpilot_conduit\n" ));
- retval = gnome_pilot_conduit_sync_abs_new ((gchar*)"DatebookDB", 0x64617465);
+ retval = gnome_pilot_conduit_sync_abs_new ((gchar *)"DatebookDB", 0x64617465);
g_assert (retval != NULL);
ctxt = e_calendar_context_new (pilot_id);
diff --git a/calendar/conduits/memo/memo-conduit.c b/calendar/conduits/memo/memo-conduit.c
index 8fae261828..0027337b5b 100644
--- a/calendar/conduits/memo/memo-conduit.c
+++ b/calendar/conduits/memo/memo-conduit.c
@@ -126,7 +126,7 @@ memoconduit_load_configuration (guint32 pilot_id)
c->pilot_id = pilot_id;
- management = gnome_pilot_conduit_management_new ((gchar*)"e_memo_conduit", GNOME_PILOT_CONDUIT_MGMT_ID);
+ management = gnome_pilot_conduit_management_new ((gchar *)"e_memo_conduit", GNOME_PILOT_CONDUIT_MGMT_ID);
g_object_ref_sink (management);
config = gnome_pilot_conduit_config_new (management, pilot_id);
g_object_ref_sink (config);
@@ -1383,7 +1383,7 @@ conduit_get_gpilot_conduit (guint32 pilot_id)
LOG (g_message ( "in memo's conduit_get_gpilot_conduit\n" ));
- retval = gnome_pilot_conduit_sync_abs_new ((gchar*)"MemoDB", 0x6D656D6F);
+ retval = gnome_pilot_conduit_sync_abs_new ((gchar *)"MemoDB", 0x6D656D6F);
g_assert (retval != NULL);
ctxt = e_memo_context_new (pilot_id);
diff --git a/calendar/conduits/todo/todo-conduit.c b/calendar/conduits/todo/todo-conduit.c
index b5bfc5b996..4b9baa0fcf 100644
--- a/calendar/conduits/todo/todo-conduit.c
+++ b/calendar/conduits/todo/todo-conduit.c
@@ -128,7 +128,7 @@ todoconduit_load_configuration (guint32 pilot_id)
c->pilot_id = pilot_id;
- management = gnome_pilot_conduit_management_new ((gchar*)"e_todo_conduit", GNOME_PILOT_CONDUIT_MGMT_ID);
+ management = gnome_pilot_conduit_management_new ((gchar *)"e_todo_conduit", GNOME_PILOT_CONDUIT_MGMT_ID);
g_object_ref_sink (management);
config = gnome_pilot_conduit_config_new (management, pilot_id);
g_object_ref_sink (config);
@@ -1573,7 +1573,7 @@ conduit_get_gpilot_conduit (guint32 pilot_id)
LOG (g_message ( "in todo's conduit_get_gpilot_conduit\n" ));
- retval = gnome_pilot_conduit_sync_abs_new ((gchar*)"ToDoDB", 0x746F646F);
+ retval = gnome_pilot_conduit_sync_abs_new ((gchar *)"ToDoDB", 0x746F646F);
g_assert (retval != NULL);
ctxt = e_todo_context_new (pilot_id);
diff --git a/calendar/gui/dialogs/comp-editor.c b/calendar/gui/dialogs/comp-editor.c
index 469c1c6e28..ba43eaf98d 100644
--- a/calendar/gui/dialogs/comp-editor.c
+++ b/calendar/gui/dialogs/comp-editor.c
@@ -246,8 +246,8 @@ get_attachment_list (CompEditor *editor)
EAttachmentView *view;
GFile *destination;
GSList *list = NULL;
- const char *comp_uid = NULL;
- const char *local_store;
+ const gchar *comp_uid = NULL;
+ const gchar *local_store;
gchar *uri;
gint ii;
diff --git a/composer/e-composer-header-table.h b/composer/e-composer-header-table.h
index 3e3c95bff7..146868a864 100644
--- a/composer/e-composer-header-table.h
+++ b/composer/e-composer-header-table.h
@@ -149,9 +149,10 @@ const gchar * e_composer_header_table_get_subject
void e_composer_header_table_set_subject
(EComposerHeaderTable *table,
const gchar *subject);
-void e_composer_header_table_set_header_visible (EComposerHeaderTable *table,
- EComposerHeaderType type,
- gboolean visible);
+void e_composer_header_table_set_header_visible
+ (EComposerHeaderTable *table,
+ EComposerHeaderType type,
+ gboolean visible);
G_END_DECLS
#endif /* E_COMPOSER_HEADER_TABLE_H */
diff --git a/composer/e-composer-header.c b/composer/e-composer-header.c
index f57d569ead..e2942ca201 100644
--- a/composer/e-composer-header.c
+++ b/composer/e-composer-header.c
@@ -69,12 +69,12 @@ composer_header_addaction_clicked_cb (GtkButton *button,
EComposerHeader *header)
{
gboolean show = !e_composer_header_get_visible(header);
- if (!show)
+ if (!show)
gtk_label_set_markup ((GtkLabel *)header->priv->action_label, g_object_get_data ((GObject *)header->priv->action_label, "show"));
else
gtk_label_set_markup ((GtkLabel *)header->priv->action_label, g_object_get_data ((GObject *)header->priv->action_label, "hide"));
- e_composer_header_set_visible (header, show);
+ e_composer_header_set_visible (header, show);
}
static GObject *
diff --git a/composer/e-composer-private.c b/composer/e-composer-private.c
index 8610d9c011..e834f41b4e 100644
--- a/composer/e-composer-private.c
+++ b/composer/e-composer-private.c
@@ -176,7 +176,7 @@ e_composer_private_init (EMsgComposer *composer)
gtk_widget_hide (combo);
container = e_attachment_paned_get_controls_container (
E_ATTACHMENT_PANED (widget));
-
+
tmp_box = gtk_hbox_new (FALSE, 0);
tmp = gtk_hbox_new (FALSE, 0);
diff --git a/e-util/e-util.c b/e-util/e-util.c
index 2451e151a9..1635484c20 100644
--- a/e-util/e-util.c
+++ b/e-util/e-util.c
@@ -1170,7 +1170,7 @@ get_font_options (void)
fo_option_changed (fo_gconf, 0, NULL, NULL);
}
-
+
g_static_mutex_lock (&fo_lock);
/* Antialiasing */
diff --git a/mail/em-inline-filter.c b/mail/em-inline-filter.c
index 19e3f2671f..bf18aab0f7 100644
--- a/mail/em-inline-filter.c
+++ b/mail/em-inline-filter.c
@@ -339,9 +339,9 @@ emif_scan(CamelMimeFilter *f, gchar *in, gsize len, gint final)
static void
emif_filter(CamelMimeFilter *f, const gchar *in, gsize len, gsize prespace, gchar **out, gsize *outlen, gsize *outprespace)
{
- emif_scan(f, (gchar*)in, len, FALSE);
+ emif_scan(f, (gchar *)in, len, FALSE);
- *out = (gchar*)in;
+ *out = (gchar *)in;
*outlen = len;
*outprespace = prespace;
}
@@ -349,9 +349,9 @@ emif_filter(CamelMimeFilter *f, const gchar *in, gsize len, gsize prespace, gcha
static void
emif_complete(CamelMimeFilter *f, const gchar *in, gsize len, gsize prespace, gchar **out, gsize *outlen, gsize *outprespace)
{
- emif_scan(f, (gchar*)in, len, TRUE);
+ emif_scan(f, (gchar *)in, len, TRUE);
- *out = (gchar*)in;
+ *out = (gchar *)in;
*outlen = len;
*outprespace = prespace;
}
diff --git a/mail/em-stripsig-filter.c b/mail/em-stripsig-filter.c
index f4097a1b3d..39e6d02dad 100644
--- a/mail/em-stripsig-filter.c
+++ b/mail/em-stripsig-filter.c
@@ -126,7 +126,7 @@ strip_signature (CamelMimeFilter *filter, const gchar *in, gsize len, gsize pres
else if (!start)
inptr = inend;
- *out = (gchar*)in;
+ *out = (gchar *)in;
*outlen = inptr - in;
*outprespace = prespace;
}
diff --git a/plugins/calendar-http/calendar-http.c b/plugins/calendar-http/calendar-http.c
index ad89379922..d2e8f903c6 100644
--- a/plugins/calendar-http/calendar-http.c
+++ b/plugins/calendar-http/calendar-http.c
@@ -34,17 +34,17 @@ GtkWidget * e_calendar_http_secure (EPlugin *epl, EConfigHookItemFactoryData *da
GtkWidget *e_calendar_http_auth (EPlugin *epl, EConfigHookItemFactoryData *data);
/* replaces all '@' with '%40' in str; returns newly allocated string */
-static char *
-replace_at_sign (const char *str)
+static gchar *
+replace_at_sign (const gchar *str)
{
- char *res, *at;
+ gchar *res, *at;
if (!str)
return NULL;
res = g_strdup (str);
while (at = strchr (res, '@'), at) {
- char *tmp = g_malloc0 (sizeof (char) * (1 + strlen (res) + 2));
+ gchar *tmp = g_malloc0 (sizeof (gchar) * (1 + strlen (res) + 2));
strncpy (tmp, res, at - res);
strcat (tmp, "%40");
@@ -386,7 +386,7 @@ static void
username_changed (GtkEntry *entry, ESource *source)
{
const gchar *username;
- char *uri;
+ gchar *uri;
username = gtk_entry_get_text (GTK_ENTRY (entry));
@@ -401,7 +401,7 @@ username_changed (GtkEntry *entry, ESource *source)
uri = e_source_get_uri (source);
if (uri != NULL) {
EUri *euri;
- char *ruri;
+ gchar *ruri;
if (username && !*username)
username = NULL;
diff --git a/plugins/ipod-sync/ipod.c b/plugins/ipod-sync/ipod.c
index 75568660f1..ee7bfcb501 100644
--- a/plugins/ipod-sync/ipod.c
+++ b/plugins/ipod-sync/ipod.c
@@ -70,7 +70,7 @@ try_mount (gchar *device)
GError *err = NULL;
gint exit_status;
- argv[0] = (gchar*)MOUNT;
+ argv[0] = (gchar *)MOUNT;
argv[1] = device;
argv[2] = NULL;
@@ -94,7 +94,7 @@ try_umount (gchar *device)
GError *err = NULL;
gint exit_status;
- argv[0] = (gchar*)UMOUNT;
+ argv[0] = (gchar *)UMOUNT;
argv[1] = device;
argv[2] = NULL;
diff --git a/widgets/misc/e-attachment-paned.h b/widgets/misc/e-attachment-paned.h
index c0fd7b5c54..825de3a16b 100644
--- a/widgets/misc/e-attachment-paned.h
+++ b/widgets/misc/e-attachment-paned.h
@@ -78,9 +78,9 @@ void e_attachment_paned_drag_data_received
GtkSelectionData *selection,
guint info,
guint time);
-GtkWidget * e_attachment_paned_get_controls_container
+GtkWidget * e_attachment_paned_get_controls_container
(EAttachmentPaned *paned);
-GtkWidget * e_attachment_paned_get_view_combo
+GtkWidget * e_attachment_paned_get_view_combo
(EAttachmentPaned *paned);
G_END_DECLS
diff --git a/widgets/misc/e-search-bar.c b/widgets/misc/e-search-bar.c
index acd52ece6f..b2f1a314e2 100644
--- a/widgets/misc/e-search-bar.c
+++ b/widgets/misc/e-search-bar.c
@@ -1451,7 +1451,7 @@ e_search_bar_set_search_scope (ESearchBar *search_bar, gint id)
gint row;
g_return_if_fail (E_IS_SEARCH_BAR (search_bar));
-
+
if (!search_bar->scopeoption_menu)
return;
row = find_id (search_bar->scopeoption_menu, id, "EsbItemId", NULL);
orts-gnome/commit/www/firefox-esr?h=gstreamer0.10-removal&id=be02488d8a7b21883a26467eb22b3456a55c8bef'>Port to amd64 (note: needs ld-elf.so.1 bugfix to actually work)peter2003-12-1413-122/+680 * Don't build these ports on amd64.marcus2003-11-241-0/+2 * Add a new patch-Double.cpp that fixes the recent core dumps during post-buildmarcus2003-11-171-6/+54 * * Update the extensions list with a modern mozconfig.inmarcus2003-10-243-106/+46 * Correct the packing list.trevor2003-10-221-2/+0 * Update to 0.7 with patch-config_preprocess.pl updated by obraun.trevor2003-10-197-6850/+3488 * Mark as IGNORE on -STABLE Alpha.marcus2003-10-131-0/+4 * Use ${PTHREAD_LIBS} instead of hardcoded -pthread and -lc_r in a few places.marcus2003-09-071-0/+7 * Add back the PKGNAMEPREFIX was the accidentally removed in my previousmarcus2003-09-041-0/+1 * Change the MASTER_SITE back to the official Mozilla FTP servers. Note,marcus2003-08-252-7/+4 * Restore the patch to stop mozilla from crashing on some russian sites.kan2003-08-121-0/+57 * Fix the PLIST link.marcus2003-08-071-2/+2 * Fix the GTK+-1.2 plist. To do this, we create one plist for GTK1 and one formarcus2003-08-013-0/+3394 * Update to 0.6.1. This is mainly a bug fix release according to the releasemarcus2003-07-306-3447/+3425 * Create a static plist file to fix the package building problem with themarcus2003-07-252-6/+3361 * Try my hand at removing the Perl 5.6.1 dependency. This port now buildsmarcus2003-06-192-6/+61 * Use ${PERL5} to properly locate perl.marcus2003-06-032-1/+2 * Add mozilla-firebird after a repo move from phoenix.marcus2003-06-0316-85/+1146 * transfer to gnome@alane2003-05-211-2/+2 * Remove USE_GNOMENG.marcus2003-04-211-1/+0 * Clear moonlight beckons.ade2003-03-072-1/+1 * Remove the renaming of Xft headers and library from the Xft (Xft2) port.anholt2003-02-181-7/+1 * remove ignore setting based on lfp fontsalane2003-01-181-19/+0 * add missing dependencyalane2002-12-221-1/+2 * Patch by Greg Rumple & JMC to hopefully fix end-of-download crash. I'llalane2002-12-184-3/+139 * Fix really messed up BROKEN= blocks that happened with 0.5.alane2002-12-161-11/+10 * Put back link to java now that fonts have been identified as cause ofalane2002-12-151-2/+2 * The problem wasn't the patch, it was third party font ports. The patch hasalane2002-12-153-6/+67 * Finally, a release Phoenix that works and does not crash all the time.alane2002-12-135-72/+67 * Backed down to 0.4_10 because 0.5 was borked.alane2002-12-103-6/+12 * Update Phoenix to 0.5, the last release named Phoenix. Fixes a lot a bugs,alane2002-12-105-71/+106 * 1. Add a link to support the java plugin. Thanks to Khairil Yusofalane2002-12-023-900/+41 * Updated PORTREVISION to 8. Added patch from mozilla-devel to fix -CURRENTalane2002-11-292-24/+25 * Update maintainer utility for making distfiles from cvs checkouts. Noalane2002-11-241-0/+4 * * PORTREVISION ==> 7.alane2002-11-115-48/+37 * Accidentally forgot a dependency on libiconv.alane2002-11-091-1/+2 * 1. PORTREVISION ==> 6.alane2002-11-082-5/+1 * 1. Broken for system perl. Sorry but we don't know yet how to make it work.alane2002-11-084-2544/+32 * Upped to PORTREVISION 4.alane2002-11-052-7/+51 * OK, I just need to step back and take a deep breath.alane2002-11-051-1/+1 * Changed MAKE_FLAGS to MAKE_ARGS. Stupid mistake. I was in a hurry and notalane2002-11-051-1/+1 * This is a TEST version - if it works I'll force a Makefile commitalane2002-11-052-10/+18 * 1. Bump PORTREVISION because of plist changes.alane2002-11-033-157/+164 * Fixed another dumb idiot thing to do without reverting to system perlalane2002-11-021-1/+1 * Fixed a stoopid mistake I made by not using -f with ${RM}. Caught, gutted,alane2002-11-021-2/+2 * Remove the StUdLyCaPs from maintainer name, 'cause some folks won't realizealane2002-11-011-1/+1 * 1. PORTREVISION -> 1.alane2002-11-013-3428/+3431 * Changed MAINTAINER to my FreeBSD address.alane2002-11-011-15/+38 * We don't need all those mtree directories.trevor2002-11-011-0/+1 * Add dependency on GTK+ 1.2.X. Tidy whitespace (portlint -t).trevor2002-11-011-3/+3 * This is broken when OSVERSION = 500039, but works on 4.7-PRERELEASE/i386.trevor2002-11-011-0/+4 * Update to 0.4.trevor2002-11-013-6/+20 * Fix typo in BUILD_DEPENDSkris2002-10-281-1/+1 * 1. Change MAINTAINER to phoenix@geeksrus, which is an alias to bothalane2002-10-231-3/+7 * Moved a comment to the left edge. ##@#@$!~!@$$ make(1).alane2002-10-231-1/+1 * 1. Put back the Perl 5.8.0 requirement. I am *NOT* gonna fight over File::Specalane2002-10-232-2/+6 * Backout <sigh/> the Xft font lib usage since it doesn't compile.alane2002-10-232-3/+3 * Removed define for PERL.alane2002-10-231-2/+2 * Removed perl 5.8 requirement per comments on cvs list. I hope Trevoralane2002-10-231-7/+2 * 1. Added Xft2 to lib dependencies. If moz-devel can require it, we can too.alane2002-10-232-2/+4 * 1. Respect CFLAGS.alane2002-10-222-3/+8 * 1. Expanded configure/make options in files/mozconfig.in.alane2002-10-224-10/+42 * First working version of port. Needs testing and cleanup, probably movealane2002-10-225-10/+3610