Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
DISCONTINUED:openSUSE:11.2
TeX-Guy
bugzilla-352478-variable-not-initialized.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bugzilla-352478-variable-not-initialized.patch of Package TeX-Guy
--- TeX-Guy-1.3.1/spwg-1.2/spwg.c~ 2003-02-07 07:03:09.000000000 +0100 +++ TeX-Guy-1.3.1/spwg-1.2/spwg.c 2008-01-10 15:18:40.000000000 +0100 @@ -280,8 +280,6 @@ gint event_key_press(GtkWidget *w, GdkEventKey *ev) { - int opage; - switch (ev->keyval){ default: break; @@ -295,10 +293,8 @@ page = (1 < page) ? (page - 1) : page; break; } - if (page != opage){ - ui_cmd = CMD_DRAW_PAGE; - draw_page(); - } + ui_cmd = CMD_DRAW_PAGE; + draw_page(); return TRUE; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor