Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 124641
Collapse All | Expand All

(-)camorama-0.17.orig/src/callbacks.c (-1 / +1 lines)
Lines 380-386 Link Here
380
{
380
{
381
    gchar *name, *title;
381
    gchar *name, *title;
382
382
383
    (G_CONST_RETURN) name = gtk_widget_get_name (widget);
383
    name = gtk_widget_get_name (widget);
384
384
385
    if (strcmp (name, "small1") == 0) {
385
    if (strcmp (name, "small1") == 0) {
386
        cam->x = cam->vid_cap.minwidth;
386
        cam->x = cam->vid_cap.minwidth;
(-)camorama-0.17.orig/src/main.c (-1 / +1 lines)
Lines 84-90 Link Here
84
    GtkWidget *eventbox = NULL, *image = NULL;
84
    GtkWidget *eventbox = NULL, *image = NULL;
85
    gint width, height;
85
    gint width, height;
86
86
87
    (GtkTooltips *)cam->tooltips = gtk_tooltips_new ();
87
    cam->tooltips = gtk_tooltips_new ();
88
    logo = (GdkPixbuf *) create_pixbuf (DATADIR "/pixmaps/camorama.png");
88
    logo = (GdkPixbuf *) create_pixbuf (DATADIR "/pixmaps/camorama.png");
89
    if (logo == NULL) {
89
    if (logo == NULL) {
90
        printf ("\n\nLOGO NO GO\n\n");
90
        printf ("\n\nLOGO NO GO\n\n");

Return to bug 124641