plug-ins/common/bz2.c removed some spurious g_asserts, based on

* plug-ins/common/bz2.c
* plug-ins/common/gz.c: removed some spurious g_asserts, based on
gimp-narazaki-990928-0.patch

* plug-ins/common/gpb.c: applied gimp-narazaki-990925-0, so we
don't refer to internal widget data

-Yosh
This commit is contained in:
Manish Singh 1999-10-20 01:01:00 +00:00
parent 747cfffb57
commit 23f00ee6f0
5 changed files with 14 additions and 3 deletions

View File

@ -1,3 +1,12 @@
Tue Oct 19 17:56:29 PDT 1999 Manish Singh <yosh@gimp.org>
* plug-ins/common/bz2.c
* plug-ins/common/gz.c: removed some spurious g_asserts, based on
gimp-narazaki-990928-0.patch
* plug-ins/common/gpb.c: applied gimp-narazaki-990925-0, so we
don't refer to internal widget data
Tue Oct 19 16:47:40 PDT 1999 Manish Singh <yosh@gimp.org>
* configure.in: add sk to ALL_LINGUAS, remove

View File

@ -171,7 +171,6 @@ run (char *name,
else
{
values[0].data.d_status = STATUS_EXECUTION_ERROR;
g_assert (FALSE);
}
}
else if (strcmp (name, "file_bz2_save") == 0)

View File

@ -216,7 +216,6 @@ run (char *name,
else
{
values[0].data.d_status = STATUS_EXECUTION_ERROR;
g_assert (FALSE);
}
}
else if (strcmp (name, "file_gz_save") == 0)

View File

@ -274,6 +274,11 @@ static void
ok_callback (GtkWidget *widget,
gpointer data)
{
int i;
for (i = 0; i < PIXPIPE_MAXDIM; i++)
gihparms.selection[i] = g_strdup (gihparms.selection[i]);
run_flag = 1;
gtk_widget_destroy (GTK_WIDGET (data));
}

View File

@ -216,7 +216,6 @@ run (char *name,
else
{
values[0].data.d_status = STATUS_EXECUTION_ERROR;
g_assert (FALSE);
}
}
else if (strcmp (name, "file_gz_save") == 0)