Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gnome-schedule
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
gnome-schedule
Commits
38378bc3
Commit
38378bc3
authored
Feb 21, 2009
by
Gaute Hope
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes Bug 572444
svn path=/trunk/; revision=1130
parent
a31c93b4
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
185 additions
and
180 deletions
+185
-180
ChangeLog
ChangeLog
+4
-0
src/gnome-schedule.glade
src/gnome-schedule.glade
+181
-179
src/mainWindow.py
src/mainWindow.py
+0
-1
No files found.
ChangeLog
View file @
38378bc3
2009-02-21 Gaute Hope <eg@gaute.vetsj.com>
* Bug 572444: TextEdit now wrap words. And at_editor doesn't expand.
2009-02-17 Gaute Hope <eg@gaute.vetsj.com>
* Bug 572167: At uses locale specific date and time formatting,
...
...
src/gnome-schedule.glade
View file @
38378bc3
This diff is collapsed.
Click to expand it.
src/mainWindow.py
View file @
38378bc3
...
...
@@ -718,7 +718,6 @@ class main:
gnome
.
execute_terminal_shell
(
self
.
user_home_dir
,
execute
)
except
Exception
,
ex
:
print
ex
self
.
dialog
=
gtk
.
MessageDialog
(
self
.
widget
,
gtk
.
DIALOG_MODAL
|
gtk
.
DIALOG_DESTROY_WITH_PARENT
,
gtk
.
MESSAGE_ERROR
,
gtk
.
BUTTONS_OK
,
_
(
"Please select a task!"
))
...
...
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